GUI/AI improvements...

This commit is contained in:
Segey Lapin
2022-01-09 02:40:04 +03:00
parent fedb6a38e1
commit dfbd2f34a5
19 changed files with 662 additions and 130 deletions

View File

@@ -540,6 +540,6 @@ func _physics_process(delta):
var player = get_player()
if !player:
return
if player.has_meta("animation_tree") && !player.has_meta("vehicle"):
if streaming.can_spawn:
character_physics(player)
# if player.has_meta("animation_tree") && !player.has_meta("vehicle"):
# if streaming.can_spawn:
# character_physics(player)