summaryrefslogtreecommitdiff
path: root/Scenes/Credits.tscn
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-08 08:15:07 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-08 08:15:07 +0200
commitddbb045f6387a8ba23b1210b27a745516a387a52 (patch)
tree227cab257340fd0acd7ae08c5f0f6606e3548a49 /Scenes/Credits.tscn
parentbb55a4038366ff25e353aedac821d9b691be48eb (diff)
downloadtexty-ddbb045f6387a8ba23b1210b27a745516a387a52.tar.xz
texty-ddbb045f6387a8ba23b1210b27a745516a387a52.zip
credits: add empty credits screen
Diffstat (limited to 'Scenes/Credits.tscn')
-rw-r--r--Scenes/Credits.tscn31
1 files changed, 31 insertions, 0 deletions
diff --git a/Scenes/Credits.tscn b/Scenes/Credits.tscn
new file mode 100644
index 0000000..c00760c
--- /dev/null
+++ b/Scenes/Credits.tscn
@@ -0,0 +1,31 @@
+[gd_scene load_steps=4 format=2]
+
+[ext_resource path="res://Scenes/Terminal/Screen.tscn" type="PackedScene" id=1]
+[ext_resource path="res://Scenes/Terminal/StatusArea.tscn" type="PackedScene" id=2]
+[ext_resource path="res://Scripts/Credits.cs" type="Script" id=3]
+
+[node name="Credits" type="Node"]
+script = ExtResource( 3 )
+
+[node name="Screen" parent="." instance=ExtResource( 1 )]
+
+[node name="TopBar" parent="Screen/ScreenContainer" index="0"]
+margin_right = 800.0
+margin_bottom = 27.0
+
+[node name="StatusArea" parent="Screen/ScreenContainer/TopBar" index="0" instance=ExtResource( 2 )]
+margin_left = 8.0
+margin_right = 792.0
+Title = "[center]Credits[/center]"
+
+[node name="Content" parent="Screen/ScreenContainer" index="1"]
+margin_top = 27.0
+margin_right = 800.0
+margin_bottom = 600.0
+
+[node name="BottomBar" parent="Screen/ScreenContainer" index="2"]
+margin_top = 600.0
+margin_right = 800.0
+margin_bottom = 600.0
+
+[editable path="Screen"]