mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://new_dynamicfont.tres" type="DynamicFont" id=1]
|
|
|
|
[node name="MarginContainer" type="MarginContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_constants/margin_right = 120
|
|
custom_constants/margin_top = 80
|
|
custom_constants/margin_left = 120
|
|
custom_constants/margin_bottom = 80
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 120.0
|
|
margin_top = 80.0
|
|
margin_right = 904.0
|
|
margin_bottom = 520.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_right = 784.0
|
|
margin_bottom = 19.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Save or Load"
|
|
align = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 50.0
|
|
margin_right = 784.0
|
|
margin_bottom = 42.0
|
|
custom_constants/separation = 50
|
|
alignment = 1
|
|
|
|
[node name="Save" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 331.0
|
|
margin_right = 366.0
|
|
margin_bottom = 19.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Save"
|
|
|
|
[node name="Load" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 416.0
|
|
margin_right = 452.0
|
|
margin_bottom = 19.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Load"
|