More work on maps and multiplayer

This commit is contained in:
2026-01-15 11:10:12 -05:00
parent dc8585b1f0
commit bc48e9cea2
25 changed files with 3740 additions and 136 deletions

View File

@@ -8,9 +8,11 @@ class_name PawnBody extends Node3D
@onready var struggle_ui : Sprite3D = %StruggleUI
@onready var struggle_bar : ProgressBar = %StruggleBar
@rpc("call_local")
func play_animation(anim_name : String) -> void:
anim_player.play(anim_name)
@rpc("call_local")
func show_struggle() -> void:
struggle_ui.visible = true