- minor additions for the teaser

This commit is contained in:
2022-10-25 19:57:44 +02:00
parent df21041f1b
commit f9bc44085a
2 changed files with 20 additions and 13 deletions

View File

@@ -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)