Adjusted templates to use binary formats.

This commit is contained in:
2026-04-08 10:13:47 -04:00
parent 39401ff04f
commit 5e23f9501c
12 changed files with 14 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ class_name PawnBody extends Node3D
signal shooting()
signal reloading()
@rpc("call_local")
func play_animation(anim_name : String) -> void:
anim_player.play(anim_name)