- [WIP] Llum de antorxa

This commit is contained in:
2026-01-06 10:08:46 +01:00
parent c0dfd49360
commit 021eb62399
6 changed files with 52 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ rooms = {
if rooms.is_visible(LAYER_FOREGROUND) then map.draw() end
-- Pintem els sprites
if rooms.is_visible(LAYER_SPRITES) then
if rooms.is_visible(LAYER_SPRITES) then
sprites.draw()
--draw.surf(0, 0, 16, 17, 20, 15, 16, 17)
end