- Probability of enemies halved
This commit is contained in:
4
imp.lua
4
imp.lua
@@ -1,4 +1,4 @@
|
||||
imp={hab=75,x=24,y=24,flip=true,enabled=false,counter=100,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=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}
|
||||
|
||||
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=100
|
||||
imp.counter=200
|
||||
end
|
||||
|
||||
function imp.init()
|
||||
|
||||
Reference in New Issue
Block a user