diff --git a/ADEPT-Godot/Client/Scenes/Main.tscn b/ADEPT-Godot/Client/Scenes/Main.tscn new file mode 100644 index 0000000..a5d58f7 --- /dev/null +++ b/ADEPT-Godot/Client/Scenes/Main.tscn @@ -0,0 +1,38 @@ +[gd_scene load_steps=3 format=3 uid="uid://c35ohffpqfqnr"] + +[ext_resource type="Script" uid="uid://geelevcnulxy" path="res://Client/Scripts/UI/Main.cs" id="1_np6pa"] +[ext_resource type="Texture2D" uid="uid://chm704rgdebfb" path="res://icon.png" id="2_swjw6"] + +[node name="MainCanvas" type="CanvasLayer"] + +[node name="Main" type="Control" parent="."] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_np6pa") + +[node name="Panel" type="Panel" parent="Main"] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="Main/Panel"] +layout_mode = 1 +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = -20.0 +offset_top = -20.0 +offset_right = 20.0 +offset_bottom = 20.0 +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("2_swjw6") diff --git a/ADEPT-Godot/Client/Scripts/DELETEME.txt b/ADEPT-Godot/Client/Scripts/DELETEME.txt deleted file mode 100644 index e69de29..0000000 diff --git a/ADEPT-Godot/Client/Scripts/UI/Main.cs b/ADEPT-Godot/Client/Scripts/UI/Main.cs new file mode 100644 index 0000000..fc49e4d --- /dev/null +++ b/ADEPT-Godot/Client/Scripts/UI/Main.cs @@ -0,0 +1,8 @@ +using Godot; + +namespace ADEPT.Client; + +public partial class Main : Control +{ + +} \ No newline at end of file diff --git a/ADEPT-Godot/Client/Scripts/UI/Main.cs.uid b/ADEPT-Godot/Client/Scripts/UI/Main.cs.uid new file mode 100644 index 0000000..c5e726a --- /dev/null +++ b/ADEPT-Godot/Client/Scripts/UI/Main.cs.uid @@ -0,0 +1 @@ +uid://geelevcnulxy diff --git a/ADEPT-Godot/Client/Scenes/DELETEME.txt b/ADEPT-Godot/Docs/DELETEME.txt similarity index 100% rename from ADEPT-Godot/Client/Scenes/DELETEME.txt rename to ADEPT-Godot/Docs/DELETEME.txt diff --git a/ADEPT-Godot/project.godot b/ADEPT-Godot/project.godot index d35e5de..26337d2 100644 --- a/ADEPT-Godot/project.godot +++ b/ADEPT-Godot/project.godot @@ -11,7 +11,11 @@ config_version=5 [application] config/name="ADEPT" +config/version="0.0.0" +run/main_scene="uid://c35ohffpqfqnr" config/features=PackedStringArray("4.4", "C#", "Forward Plus") +boot_splash/show_image=false +config/icon="uid://chm704rgdebfb" [dotnet]