mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://genre_substitution.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
|
|
[node name="PanelContainer" type="PanelContainer"]
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="VLayout" type="VBoxContainer" parent="."]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 1017.0
|
|
margin_bottom = 593.0
|
|
|
|
[node name="DescriptionHeader" type="VBoxContainer" parent="VLayout"]
|
|
margin_right = 1010.0
|
|
margin_bottom = 50.0
|
|
rect_min_size = Vector2( 0, 50 )
|
|
|
|
[node name="MH1" type="Panel" parent="VLayout/DescriptionHeader"]
|
|
margin_right = 1010.0
|
|
margin_bottom = 50.0
|
|
rect_min_size = Vector2( 250, 50 )
|
|
rect_pivot_offset = Vector2( 250, -32 )
|
|
|
|
[node name="Label" type="Label" parent="VLayout/DescriptionHeader/MH1"]
|
|
anchor_left = 0.098
|
|
anchor_top = 0.44
|
|
anchor_right = 0.098
|
|
anchor_bottom = 0.44
|
|
margin_left = -14.98
|
|
margin_top = -5.0
|
|
margin_right = 12.02
|
|
margin_bottom = 9.0
|
|
rect_scale = Vector2( 4.85677, 1.04501 )
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Default:"
|