10 lines
169 B
GDScript
10 lines
169 B
GDScript
# Main_scene is the entry point for Godot Engine.
|
|
# This scene sets up the main menu scene to load.
|
|
extends Node
|
|
|
|
|
|
# Start the main menu
|
|
func _ready():
|
|
escoria.init()
|
|
|