This commit is contained in:
Jennie Robinson Faber 2026-05-17 23:02:26 +01:00
commit 2f1437050a
13 changed files with 168 additions and 0 deletions

1
scenes/start_screen.gd Normal file
View file

@ -0,0 +1 @@
extends Control

View file

@ -0,0 +1 @@
uid://c4yaptmdoqxfb

91
scenes/start_screen.tscn Normal file
View file

@ -0,0 +1,91 @@
[gd_scene format=3 uid="uid://bbw2sfptheq4u"]
[ext_resource type="Script" uid="uid://c4yaptmdoqxfb" path="res://scenes/start_screen.gd" id="1_5pab1"]
[ext_resource type="Texture2D" uid="uid://b5c1indntlc1i" path="res://resources/atlas_title-agentic.tres" id="1_tx5wa"]
[ext_resource type="Texture2D" uid="uid://c1621t10xs5nv" path="res://resources/atlas_title-incident.tres" id="2_hm208"]
[ext_resource type="Texture2D" uid="uid://disrpa7ke8gpi" path="res://resources/atlas_title-AI.tres" id="3_5pab1"]
[ext_resource type="Texture2D" uid="uid://co6ry0o2bixom" path="res://resources/atlas_title-credits.tres" id="4_o30b1"]
[ext_resource type="Texture2D" uid="uid://bsi36vfhukbrd" path="res://resources/atlas_title-space.tres" id="5_ka6nf"]
[node name="StartScreen" type="Control" unique_id=714186941]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_5pab1")
[node name="ColorRect" type="ColorRect" parent="." unique_id=1852942509]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(1, 0.6666667, 1, 1)
[node name="Agentic" type="TextureRect" parent="." unique_id=1183869988]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 18.999996
offset_top = -247.0
offset_right = 1437.0
offset_bottom = -91.0
grow_vertical = 2
scale = Vector2(0.7, 0.7)
texture = ExtResource("1_tx5wa")
[node name="Incident" type="TextureRect" parent="." unique_id=1362111369]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 18.999996
offset_top = -106.99997
offset_right = 1621.0
offset_bottom = 50.00003
grow_vertical = 2
scale = Vector2(0.7, 0.7)
texture = ExtResource("2_hm208")
[node name="AI" type="TextureRect" parent="." unique_id=1326690956]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 18.999996
offset_top = 31.0
offset_right = 726.0
offset_bottom = 187.0
grow_vertical = 2
scale = Vector2(0.7, 0.7)
texture = ExtResource("3_5pab1")
[node name="Credits" type="TextureRect" parent="." unique_id=498239700]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 18.999996
offset_top = 272.00006
offset_right = 1620.0
offset_bottom = 314.00006
grow_vertical = 2
scale = Vector2(0.7, 0.7)
texture = ExtResource("4_o30b1")
[node name="PressSpace" type="TextureRect" parent="." unique_id=95612304]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 18.999996
offset_top = 184.0
offset_right = 1531.0
offset_bottom = 266.0
grow_vertical = 2
scale = Vector2(0.7, 0.7)
texture = ExtResource("5_ka6nf")