-@onready var _tree: AnimationTree = %AnimationTree
-
-
-func sword_visible(b: bool = true):
- %weapon_R.visible = b
-
-
-func gun_visible(b: bool = true):
- %weapon_L.visible = b
+@onready var animation_tree: AnimationTree = $AnimationTree
+@onready var animation_player: AnimationPlayer = $AnimationPlayer