blob: c00760c331fe6dd274c6db20aa670102660b1569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"]
|