mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/base_dynamicfont.tres" type="DynamicFont" id=1]
|
||
|
[ext_resource path="res://assets/base_dynamicfont_16.tres" type="DynamicFont" id=2]
|
||
|
[ext_resource path="res://Locale.gd" type="Script" id=3]
|
||
|
|
||
|
[node name="Locale" type="PanelContainer"]
|
||
|
margin_right = 250.001
|
||
|
margin_bottom = 200.0
|
||
|
rect_min_size = Vector2( 250, 200 )
|
||
|
script = ExtResource( 3 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
margin_left = 7.0
|
||
|
margin_top = 7.0
|
||
|
margin_right = 243.001
|
||
|
margin_bottom = 193.0
|
||
|
|
||
|
[node name="Rows" type="VBoxContainer" parent="MarginContainer"]
|
||
|
margin_right = 236.0
|
||
|
margin_bottom = 186.0
|
||
|
|
||
|
[node name="LocaleName" type="Label" parent="MarginContainer/Rows"]
|
||
|
margin_right = 236.0
|
||
|
margin_bottom = 38.0
|
||
|
custom_fonts/font = ExtResource( 1 )
|
||
|
text = "Locale Name"
|
||
|
align = 1
|
||
|
|
||
|
[node name="LocaleDescription" type="Label" parent="MarginContainer/Rows"]
|
||
|
margin_top = 42.0
|
||
|
margin_right = 236.0
|
||
|
margin_bottom = 97.0
|
||
|
custom_fonts/font = ExtResource( 2 )
|
||
|
text = "This is the description text for the locale. "
|
||
|
autowrap = true
|