Implement Godot UX scene scaffold

This commit is contained in:
2026-05-12 21:06:48 +02:00
parent 8cf554574b
commit 33859d2cf6
74 changed files with 1060 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
[gd_scene format=3 uid="uid://bhhppnvto57ht"]
[gd_scene load_steps=2 format=3 uid="uid://bhhppnvto57ht"]
[node name="Node2D" type="Node2D"]
[ext_resource type="Script" path="res://Scripts/AppController.cs" id="1"]
[node name="Main" 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")