-new graphics

-elalien
-accents
This commit is contained in:
2022-10-26 19:05:50 +02:00
parent f9bc44085a
commit 2dc22d7d78
7 changed files with 245 additions and 12 deletions

View File

@@ -26,6 +26,8 @@ function _init()
table.insert(actors,abad)
premiere.init()
table.insert(actors,premiere)
elalien.init()
table.insert(actors,elalien)
z = zombie.new()
table.insert(actors,z)
c=caco.new(13,24,16,true)
@@ -145,8 +147,8 @@ function update_game()
else
draw_hab(abad.hab,0,0)
--text(abad.hab,1,1,2)
draw_hab(premiere.hab,0,48)
text("Premiere",2,49,8)
draw_hab(elalien.hab,0,48)
text("EL_ALIEN",2,49,8)
score.draw()
setsource(tiles)