- minor additions for the teaser
This commit is contained in:
7
main.lua
7
main.lua
@@ -28,10 +28,11 @@ function _init()
|
||||
table.insert(actors,premiere)
|
||||
z = zombie.new()
|
||||
table.insert(actors,z)
|
||||
c=caco.new(11,24,16)
|
||||
c=caco.new(13,24,16,true)
|
||||
table.insert(actors,c)
|
||||
|
||||
table.insert(actors,starter.new(10,44,32,scenes.abad_inici))
|
||||
table.insert(actors,starter.new(11,16,32,scenes.abad_corfes))
|
||||
score.create()
|
||||
|
||||
_update=update_game
|
||||
@@ -143,9 +144,9 @@ function update_game()
|
||||
end
|
||||
else
|
||||
draw_hab(abad.hab,0,0)
|
||||
text(abad.hab,1,1,2)
|
||||
--text(abad.hab,1,1,2)
|
||||
draw_hab(premiere.hab,0,48)
|
||||
text("Premiere",2,49,2)
|
||||
text("Premiere",2,49,8)
|
||||
|
||||
score.draw()
|
||||
setsource(tiles)
|
||||
|
||||
Reference in New Issue
Block a user