mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Improve style in many demos (#1263)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
extends OptionButton
|
||||
|
||||
|
||||
@onready var cube_animation: AnimationPlayer = $"../../AnimationPlayer"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user