Files
gymkhana-actions/addons/escoria-core/game/main_scene.gd
2022-02-17 23:00:53 +01:00

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()