Added debugging for the walk timer just in case
This commit is contained in:
parent
475c640604
commit
6a3735f0e1
1 changed files with 2 additions and 0 deletions
|
@ -74,3 +74,5 @@ func _walk_towards_player_timer():
|
|||
else:
|
||||
if ablewalk == 0:
|
||||
ablewalk = 1
|
||||
else:
|
||||
print("I guess randomized walking might have broke...")
|
||||
|
|
Loading…
Reference in a new issue