- [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

@@ -86,8 +86,9 @@ editor = {
rooms.pos.y = rooms.pos.y - 12
elseif key.press(key.TAB) or key.press(key.ESCAPE) then
editor.picker.show()
elseif key.press(key.Q) then
msgbox.show("IE MEN!", {"Hi ha canvis sense guardar.", "Vols guardar-los abans d'eixir?"}, { {"Cancel", app.pop}, {"No", function() sys.quit() end}, {"Yes", sys.quit} } )
elseif key.press(key.P) then
sprites.hero.pos.x = tx*8-4
sprites.hero.pos.y = ty*8-9
end
end,