commit
62316e03f1
@ -222,6 +222,8 @@ function invector.ai.think(self)
|
||||
controls.up = false
|
||||
controls.down = true
|
||||
controls.jump = false
|
||||
if cross == nil then
|
||||
else
|
||||
if cross.y > 0 then
|
||||
controls.left = false
|
||||
controls.right = true
|
||||
@ -230,6 +232,7 @@ function invector.ai.think(self)
|
||||
controls.left = true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return thonk_timer_new+bonus_thonk_time
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user