16 lines
525 B
Plaintext
16 lines
525 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
[ext_resource path="res://Sprites/Assets/Black_Background.png" type="Texture" id=3]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource( 1 )
|
|
splash_screen_path = "res://GUI/Splash Screen.tscn"
|
|
main_menu_path = "res://GUI/Main Menu.tscn"
|
|
level_select_menu_path = "res://GUI/Level Select Menu.tscn"
|
|
world_path = "res://Levels/Hub World.tscn"
|
|
|
|
[node name="Background" type="Sprite" parent="."]
|
|
texture = ExtResource( 3 )
|
|
centered = false
|