Push project up
This commit is contained in:
9
scenes/screens/start_screen/start.gd
Normal file
9
scenes/screens/start_screen/start.gd
Normal 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")
|
||||
Reference in New Issue
Block a user