Files
gymkhana-actions/addons/escoria-core/game/main_scene.gd
2021-10-07 08:22:11 +02:00

10 lines
171 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()