35 lines
774 B
Plaintext
35 lines
774 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://give_mainwindow.gd" type="Script" id=1]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
anchor_top = 0.667
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -4.20004
|
|
margin_right = 2.0
|
|
margin_bottom = -1.0
|
|
|
|
[node name="MainText" type="RichTextLabel" parent="Panel"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 9.0
|
|
margin_top = 11.0
|
|
margin_right = -12.0
|
|
margin_bottom = -10.0
|
|
|
|
[node name="Panel2" type="Panel" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
|
|
[node name="TitleText" type="RichTextLabel" parent="Panel2"]
|
|
margin_left = 9.0
|
|
margin_top = 407.0
|
|
margin_right = 49.0
|
|
margin_bottom = 447.0
|