Improve style in many demos (#1263)

This commit is contained in:
Aaron Franke
2025-10-11 05:03:59 -07:00
committed by GitHub
parent 0ae09b7e5a
commit 520b4a7870
197 changed files with 904 additions and 766 deletions

View File

@@ -1,5 +1,6 @@
extends Button
func _ready() -> void:
# This ensures that this Node won't be paused, allowing it to
# process even when the SceneTree is paused. Without that it would

View File

@@ -1,5 +1,6 @@
extends OptionButton
@onready var cube_animation: AnimationPlayer = $"../../AnimationPlayer"