mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
strafe off by default in battle
This commit is contained in:
parent
bbedcff741
commit
45161e07f5
@ -2,7 +2,7 @@
|
|||||||
from direct.showbase.ShowBaseGlobal import *
|
from direct.showbase.ShowBaseGlobal import *
|
||||||
import GravityWalker
|
import GravityWalker
|
||||||
|
|
||||||
BattleStrafe = 1
|
BattleStrafe = 0
|
||||||
|
|
||||||
def ToggleStrafe():
|
def ToggleStrafe():
|
||||||
global BattleStrafe
|
global BattleStrafe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user