Gorro possat
This commit is contained in:
@@ -9,6 +9,7 @@ require "caco"
|
||||
require "zombie"
|
||||
require "gota"
|
||||
require "bol"
|
||||
require "gorro"
|
||||
|
||||
local tile_w = arcade_config.tiles_width
|
||||
local tile_h = arcade_config.tiles_height
|
||||
@@ -27,6 +28,9 @@ function game_init(menu)
|
||||
abad_init()
|
||||
table.insert(actors,abad)
|
||||
|
||||
gorro.init()
|
||||
table.insert(actors,gorro)
|
||||
|
||||
bol.init()
|
||||
table.insert(actors,bol)
|
||||
|
||||
@@ -63,7 +67,7 @@ function game_init(menu)
|
||||
table.insert( actors, zombie.new(73, 3, 3,false) )
|
||||
|
||||
local abad_x, abad_y = arc_mapa_get_coords ( 10, 4, 3 )
|
||||
local abad_x, abad_y = arc_mapa_get_coords ( 77, 3, 2 )
|
||||
-- local abad_x, abad_y = arc_mapa_get_coords ( 77, 3, 2 )
|
||||
abad:move(abad_x, abad_y)
|
||||
abad_make_safe( true )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user