feat: basic main menu to load dust 2 on singleplayer

This commit is contained in:
DottsGit
2026-06-06 12:55:17 -04:00
parent 83c6ce7993
commit 2baf27efd1
4 changed files with 180 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
[gd_scene load_steps=2 format=3 uid="uid://b0x123456789"]
[ext_resource type="Script" path="res://ui/main_menu/main_menu.gd" id="1_1a2b3"]
[node name="MainMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_1a2b3")