summaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-02 14:55:03 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-02 14:55:03 -0300
commit2416783679eafe35aea7af15bf1308a6895e251a (patch)
treef3d08269b9dff0eeedff8312e4b96b99169652ff /game.c
parentd2d0886cf770488d1b4890a3a414bbf983e784a6 (diff)
mapa arbitrário a partir de uma imagem
Diffstat (limited to 'game.c')
-rw-r--r--game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.c b/game.c
index fdf0125..692f076 100644
--- a/game.c
+++ b/game.c
@@ -6,7 +6,7 @@
#include "dat.h"
-#define SPEED 100
+#define SPEED 250
static EntityCollisionProc bulletcollproc;
static EntityUpdateProc playerproc;