ani fixed

This commit is contained in:
Nicholas Butzke
2026-08-10 12:17:59 -04:00
parent 9358746582
commit 833e936bcd
10 changed files with 554 additions and 23 deletions
@@ -86,6 +86,8 @@ func _spawn_player(pid: int) -> CharacterBody3D:
client_rep_config.add_property(":synced_is_crouching")
client_rep_config.add_property(":synced_is_ads")
client_rep_config.add_property(":synced_wall_side")
client_rep_config.add_property(":synced_wall_normal")
client_rep_config.add_property(":synced_wall_contact_point")
client_rep_config.add_property(":synced_helmet_closed")
client_rep_config.add_property(":synced_is_dancing")
# Which of the five emotes, so other players see the one that was chosen.