More work on pawn select sounds and controls.

This commit is contained in:
2026-01-02 03:25:41 -05:00
parent b4910013c0
commit 9fe376e27e
21 changed files with 351 additions and 17 deletions

6
scripts/pawn_selector.gd Normal file
View File

@@ -0,0 +1,6 @@
extends TextureRect
@onready var anim_player : AnimationPlayer = $AnimationPlayer
func play_animation(anim : String) -> void:
anim_player.play(anim)