- minimap generation for debug

- gorro implemented
- objects implemented
This commit is contained in:
2022-10-27 18:51:56 +02:00
parent 75c38046d7
commit 1574809fe9
9 changed files with 115 additions and 51 deletions

View File

@@ -27,10 +27,16 @@ function _init()
--mapa_new()
abad_init()
table.insert(actors,abad)
gorro.init()
table.insert(actors,gorro)
premiere.init()
table.insert(actors,premiere)
elalien.init()
table.insert(actors,elalien)
batman.init()
table.insert(actors,batman)
@@ -128,6 +134,9 @@ function update_game()
_update=update_dialog
elseif btnp(KEY_C) then
mapa_cycle_colors(abad.hab)
elseif btnp(KEY_M) then
mapa_create_minimap()
return
end
if btn(KEY_TAB) then
scroll=2