From 2416783679eafe35aea7af15bf1308a6895e251a Mon Sep 17 00:00:00 2001 From: esquizo Date: Sat, 2 May 2026 14:55:03 -0300 Subject: mapa arbitrário a partir de uma imagem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game.c') 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; -- cgit v1.2.3