Push project up

This commit is contained in:
2026-08-23 12:38:19 -05:00
parent a348e975e3
commit dcd3b0525c
45 changed files with 1429 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
class_name StartMenu extends Node3D
@onready var base_environment: Node = $base_environment
@onready var animation_player: AnimationPlayer = $animation_player
func _ready() -> void:
animation_player.play("rotation")