Initial commit

This commit is contained in:
AXOLOTsh
2026-03-01 08:32:24 +03:00
commit 80e7624617
44 changed files with 2351 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[gd_scene format=3 uid="uid://dfywog3xvaatq"]
[ext_resource type="Script" uid="uid://bxfhkc44lo88c" path="res://source/Scripts/DebugScreen.cs" id="1_rvq7n"]
[node name="DebugScreen" type="Control" unique_id=412746030 node_paths=PackedStringArray("Text")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_rvq7n")
Text = NodePath("RichTextLabel")
[node name="RichTextLabel" type="RichTextLabel" parent="." unique_id=869388311]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
text = " FPS: {FPS}"

24
scenes/ui/MainMenu.tscn Normal file
View File

@@ -0,0 +1,24 @@
[gd_scene format=3 uid="uid://c86aaee0t6unc"]
[sub_resource type="Theme" id="Theme_0rmrm"]
[node name="MainMenu" type="Control" unique_id=1487626196]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = SubResource("Theme_0rmrm")
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1745174404]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Button" type="Button" parent="VBoxContainer" unique_id=1720039221]
layout_mode = 2
text = "Exit"