19 lines
684 B
Plaintext
19 lines
684 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://0hsqnr1kunv5"]
|
|
|
|
[ext_resource type="Script" path="res://src/entrypoint.gd" id="1_ce80t"]
|
|
[ext_resource type="Script" path="res://src/interfaces/main_menu/main_menu.gd" id="2_nmo60"]
|
|
|
|
[node name="Entrypoint" type="EntryPoint" node_paths=PackedStringArray("main_menu")]
|
|
script = ExtResource("1_ce80t")
|
|
main_menu = NodePath("MainMenu")
|
|
|
|
[node name="LevelPlaceholder" type="Node3D" parent="."]
|
|
editor_description = "This node should be used for storing the map that is currently loaded"
|
|
|
|
[node name="MainMenu" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("2_nmo60")
|