- [WIP] Batman AI

- [WIP] EL_ALIEN AI
- Multi-camera
- Random starting places
This commit is contained in:
2022-10-27 14:59:47 +02:00
parent 6ee51f42a5
commit a710317c0a
6 changed files with 288 additions and 21 deletions

View File

@@ -1,9 +1,11 @@
premiere={hab=44,x=24,y=24,flip=true,frame=11,wait=0,step=0,anim={12,13,12,14},bb={x=4,y=0,w=8,h=16},scene_intro=false,scene_object=false}
premiere={hab=75,x=24,y=24,flip=true,frame=12,wait=0,step=0,anim={12,13,12,14},bb={x=4,y=0,w=8,h=16},scene_intro=false,scene_object=false}
function premiere.init()
premiere.hit=premiere.hit
premiere.update=premiere.update_normal
premiere.draw=premiere.draw
local habs={75,44,20,0}
premiere.hab=habs[1+rnd(4)]
end
function premiere.draw()