ps1 filter variables, crowds
This commit is contained in:
@@ -2,6 +2,9 @@ extends Node3D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
# Mark the crowd so debug overlays (show_animation_name / show_bones) skip it —
|
||||
# 72 ambient clapping spectators would otherwise flood the view with tags.
|
||||
add_to_group(&"public")
|
||||
for child in get_children():
|
||||
var anim := child.get_node_or_null(^"AnimationPlayer") as AnimationPlayer
|
||||
if anim:
|
||||
|
||||
Reference in New Issue
Block a user