strafe off by default in battle
This commit is contained in:
parent
bbedcff741
commit
45161e07f5
|
|
@ -2,7 +2,7 @@
|
|||
from direct.showbase.ShowBaseGlobal import *
|
||||
import GravityWalker
|
||||
|
||||
BattleStrafe = 1
|
||||
BattleStrafe = 0
|
||||
|
||||
def ToggleStrafe():
|
||||
global BattleStrafe
|
||||
|
|
|
|||
Loading…
Reference in New Issue