- el alien and premiere now reset correctly

- gorro and peu camera should not appear again once picked up items
This commit is contained in:
2022-11-02 20:00:53 +01:00
parent 47172426ad
commit 0502e9601b
4 changed files with 18 additions and 6 deletions

View File

@@ -1,9 +1,14 @@
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.x=24
premiere.y=24
premiere.frame=12
premiere.wait=0
premiere.step=0
premiere.update=premiere.update_normal
premiere.draw=premiere.draw
premiere.scene_intro=false
premiere.scene_object=false
local habs={75,44,20,0}
premiere.hab=habs[1+rnd(4)]
end