- minimap generation for debug
- gorro implemented - objects implemented
This commit is contained in:
9
main.lua
9
main.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user