- Premiere AI implemented

This commit is contained in:
2022-10-23 18:22:28 +02:00
parent 8acc26329a
commit e0c41d8d34
4 changed files with 151 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ function _init()
--mapa_new()
abad_init()
table.insert(actors,abad)
premiere.init()
table.insert(actors,premiere)
z = zombie.new()
table.insert(actors,z)
c=caco.new(10,24,16)
@@ -127,7 +129,7 @@ function update_game()
else
draw_hab(abad.hab,0,0)
text(abad.hab,1,1,2)
draw_hab(10,0,48)
draw_hab(premiere.hab,0,48)
score.draw()
setsource(tiles)