4
0
This commit is contained in:
Zsolt Tasnadi
2025-12-04 11:57:32 +01:00
parent 0cc7f564e1
commit 783f572e29

View File

@@ -6,9 +6,11 @@
-- version: 0.1 -- version: 0.1
-- script: lua -- script: lua
-- luacheck: globals TIC btn btnp cls rect spr print exit
-- luacheck: max line length 150
-- constants -- constants
local TILE_SIZE = 16 local TILE_SIZE = 16
local PLAYER_SIZE = 12
local BOMB_TIMER = 90 local BOMB_TIMER = 90
local EXPLOSION_TIMER = 30 local EXPLOSION_TIMER = 30