- [NEW] F9 canvia del editor al joc i viceversa
- [ONGOING] Rooms: 5% - Més tiles
This commit is contained in:
@@ -20,7 +20,7 @@ game = {
|
||||
sprites.update()
|
||||
sprites.update_hero()
|
||||
|
||||
if key.down(key.ESCAPE) then
|
||||
if key.press(key.ESCAPE) or key.press(key.F9) then
|
||||
editor.enable()
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user