- increased time interval between appearances for imp and bambolla

This commit is contained in:
2022-12-27 13:25:02 +01:00
parent 97f28fa883
commit cb4dd4ba91
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
bambolla={hab=75,x=24,y=24,cx=0,dx=0,dy=0,flip=true,enabled=false,counter=400,wait=0,bb={x=4,y=4,w=8,h=8}}
bambolla={hab=75,x=24,y=24,cx=0,dx=0,dy=0,flip=true,enabled=false,counter=800,wait=0,bb={x=4,y=4,w=8,h=8}}
function bambolla.reset()
bambolla.hit=bambolla.hit
@@ -6,7 +6,7 @@ function bambolla.reset()
bambolla.draw=bambolla.draw_normal
bambolla.hab=abad.hab
bambolla.enabled=false
bambolla.counter=400
bambolla.counter=800
end
function bambolla.init()

View File

@@ -1,4 +1,4 @@
imp={hab=75,x=24,y=24,flip=true,enabled=false,counter=200,frame=28,wait=0,step=0,anim={28,29,28,30},bb={x=4,y=0,w=8,h=16},scene_intro=false,scene_object=false}
imp={hab=75,x=24,y=24,flip=true,enabled=false,counter=500,frame=28,wait=0,step=0,anim={28,29,28,30},bb={x=4,y=0,w=8,h=16},scene_intro=false,scene_object=false}
function imp.reset()
imp.hit=imp.hit
@@ -6,7 +6,7 @@ function imp.reset()
imp.draw=imp.draw
imp.hab=abad.hab
imp.enabled=false
imp.counter=200
imp.counter=500
end
function imp.init()