- [NEW] ralentitzades les animacions

- [NEW] Desde l'editor, amb 'P' es posiciona al heroi en la posició del cursor
- [ONGOING] habitacions: 6%
- [NEW] Més tiles
- [CHG] Reajustada velocitat de l'heroi
- [FIX] Ajustada la caixa de colisió un pixelet
- [CHG] Ajustat el bot màxim
This commit is contained in:
2025-06-22 19:39:13 +02:00
parent e01f3e8cc9
commit 2d19554269
7 changed files with 23 additions and 17 deletions

View File

@@ -13,10 +13,10 @@ rooms = {
surf_items = nil,
surf_original_items = nil,
visibility = LAYER_ALL,
pos = {x=0, y=0},
pos = {x=0, y=4*12},
init = function()
rooms.pos.x, rooms.pos.y = 0,0
rooms.pos.x, rooms.pos.y = 0,4*12
if rooms.surf_background ~= nil then surf.free(rooms.surf_background) end
rooms.surf_background = surf.load("rooms_background.bin")
--rooms.surf_background = surf.new(20*8,12*8)