guest review process
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 1m19s

This commit is contained in:
2026-01-31 15:10:06 +01:00
parent 02dc155183
commit 59b63b0945
15 changed files with 392 additions and 10 deletions

View File

@@ -19,6 +19,9 @@ func play_list_up_sfx() -> void:
func play_list_down_sfx() -> void:
stream_player.switch_to_clip_by_name("list_down")
func play_list_side_sfx() -> void:
stream_player.switch_to_clip_by_name("list_side")
func _on_guest_list_mouse_entered() -> void: