Reworked the Wizard Layout to prevent overscan, for the character creator in the toolset

This commit is contained in:
PersonGuyGit 2023-08-13 11:58:59 -06:00
parent 7b0f8c78c9
commit 3733cae53d
9 changed files with 640 additions and 323 deletions

View File

@ -1,3 +0,0 @@
source_md5="47313fa4c47a9963fddd764e1ec6e4a8"
dest_md5="26ea799ea0a3da9e753b3ebe822e0570"

View File

@ -1,248 +0,0 @@
[gd_scene format=2]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.537255, 0.537255, 0.537255, 1 )
[node name="RootVBoxContainer" type="VBoxContainer" parent="."]
margin_right = 397.0
margin_bottom = 600.0
[node name="TopHBoxContainer" type="HBoxContainer" parent="RootVBoxContainer"]
margin_right = 397.0
margin_bottom = 332.0
[node name="LeftVBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer"]
margin_right = 284.0
margin_bottom = 332.0
[node name="HBoxContainer" type="HBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer"]
margin_right = 284.0
margin_bottom = 136.0
[node name="FactionCenterContainer" type="CenterContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer"]
margin_right = 112.0
margin_bottom = 136.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/FactionCenterContainer"]
margin_top = 56.0
margin_right = 112.0
margin_bottom = 80.0
columns = 2
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/FactionCenterContainer/GridContainer"]
margin_top = 5.0
margin_right = 50.0
margin_bottom = 19.0
text = "Faction:"
[node name="LineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/FactionCenterContainer/GridContainer"]
margin_left = 54.0
margin_right = 112.0
margin_bottom = 24.0
[node name="NameCenterContainer2" type="CenterContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer"]
margin_left = 116.0
margin_right = 284.0
margin_bottom = 136.0
[node name="VBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2"]
margin_right = 168.0
margin_bottom = 136.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer"]
margin_right = 168.0
margin_bottom = 136.0
columns = 2
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_top = 5.0
margin_right = 106.0
margin_bottom = 19.0
text = "Character Name:"
[node name="LineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_left = 110.0
margin_right = 168.0
margin_bottom = 24.0
[node name="Label2" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_top = 33.0
margin_right = 106.0
margin_bottom = 47.0
text = "Profession:"
[node name="LineEdit2" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_left = 110.0
margin_top = 28.0
margin_right = 168.0
margin_bottom = 52.0
[node name="Label3" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_top = 61.0
margin_right = 106.0
margin_bottom = 75.0
text = "Demeanor:"
[node name="LineEdit3" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_left = 110.0
margin_top = 56.0
margin_right = 168.0
margin_bottom = 80.0
[node name="Label4" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_top = 89.0
margin_right = 106.0
margin_bottom = 103.0
text = "Species:"
[node name="LineEdit4" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_left = 110.0
margin_top = 84.0
margin_right = 168.0
margin_bottom = 108.0
[node name="Label5" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_top = 117.0
margin_right = 106.0
margin_bottom = 131.0
text = "Culture:"
[node name="LineEdit5" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/HBoxContainer/NameCenterContainer2/VBoxContainer/GridContainer"]
margin_left = 110.0
margin_top = 112.0
margin_right = 168.0
margin_bottom = 136.0
[node name="BackgroundStatsVBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer"]
margin_top = 140.0
margin_right = 284.0
margin_bottom = 332.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer"]
margin_right = 284.0
margin_bottom = 192.0
columns = 2
[node name="DescriptionLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_top = 5.0
margin_right = 104.0
margin_bottom = 19.0
text = "Description:"
[node name="DescriptionLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_left = 108.0
margin_right = 166.0
margin_bottom = 24.0
[node name="HWLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_top = 33.0
margin_right = 104.0
margin_bottom = 47.0
text = "Height / Weight:"
[node name="HWLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_left = 108.0
margin_top = 28.0
margin_right = 166.0
margin_bottom = 52.0
[node name="BackstoryLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_top = 61.0
margin_right = 104.0
margin_bottom = 75.0
text = "Backstory:"
[node name="BackstoryLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_left = 108.0
margin_top = 56.0
margin_right = 166.0
margin_bottom = 80.0
[node name="GenderLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_top = 89.0
margin_right = 104.0
margin_bottom = 103.0
text = "Gender:"
[node name="GenderLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_left = 108.0
margin_top = 84.0
margin_right = 166.0
margin_bottom = 108.0
[node name="EquipmentLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_top = 117.0
margin_right = 104.0
margin_bottom = 131.0
text = "Equipment:"
[node name="EquipmentLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_left = 108.0
margin_top = 112.0
margin_right = 166.0
margin_bottom = 136.0
[node name="CharismaLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_top = 145.0
margin_right = 104.0
margin_bottom = 159.0
text = "Charisma:"
[node name="CharismaLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_left = 108.0
margin_top = 140.0
margin_right = 166.0
margin_bottom = 164.0
[node name="DialogueLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_top = 173.0
margin_right = 104.0
margin_bottom = 187.0
text = "Dialogue:"
[node name="DialogueLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/BackgroundStatsVBoxContainer/GridContainer"]
margin_left = 108.0
margin_top = 168.0
margin_right = 166.0
margin_bottom = 192.0
[node name="RightVBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer"]
margin_left = 288.0
margin_right = 288.0
margin_bottom = 332.0
[node name="CenterContainer" type="CenterContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer"]
margin_bottom = 14.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/CenterContainer"]
margin_bottom = 14.0
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/CenterContainer/GridContainer"]
margin_bottom = 14.0
[node name="HBoxContainer" type="HBoxContainer" parent="RootVBoxContainer"]
margin_top = 336.0
margin_right = 397.0
margin_bottom = 336.0
[node name="VBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/HBoxContainer"]
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/HBoxContainer/VBoxContainer"]
[node name="VBoxContainer2" type="VBoxContainer" parent="RootVBoxContainer/HBoxContainer"]
margin_left = 4.0
margin_right = 4.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/HBoxContainer/VBoxContainer2"]
[node name="VBoxContainer3" type="VBoxContainer" parent="RootVBoxContainer/HBoxContainer"]
margin_left = 8.0
margin_right = 8.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/HBoxContainer/VBoxContainer3"]

View File

@ -1,7 +0,0 @@
[gd_resource type="Environment" load_steps=2 format=2]
[sub_resource type="ProceduralSky" id=1]
[resource]
background_mode = 2
background_sky = SubResource( 1 )

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://icon.png"
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View File

@ -1,29 +0,0 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=4
[application]
config/name="bcirpg_toolset"
config/icon="res://icon.png"
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"

View File

@ -0,0 +1,640 @@
[gd_scene format=2]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.537255, 0.537255, 0.537255, 1 )
[node name="RootVBoxContainer" type="VBoxContainer" parent="."]
margin_right = 397.0
margin_bottom = 600.0
[node name="TopHBoxContainer" type="HBoxContainer" parent="RootVBoxContainer"]
margin_right = 657.0
margin_bottom = 384.0
custom_constants/separation = 60
[node name="LeftVBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer"]
margin_right = 168.0
margin_bottom = 384.0
[node name="VBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer"]
margin_right = 168.0
margin_bottom = 384.0
custom_constants/separation = 10
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer"]
margin_right = 168.0
margin_bottom = 14.0
text = "Character Info:"
align = 1
valign = 1
uppercase = true
[node name="CenterContainer" type="CenterContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer"]
margin_top = 24.0
margin_right = 168.0
margin_bottom = 384.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer"]
margin_right = 168.0
margin_bottom = 360.0
columns = 2
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 5.0
margin_right = 106.0
margin_bottom = 19.0
text = "Character Name:"
[node name="LineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_right = 168.0
margin_bottom = 24.0
[node name="Label2" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 33.0
margin_right = 106.0
margin_bottom = 47.0
text = "Profession:"
[node name="LineEdit2" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 28.0
margin_right = 168.0
margin_bottom = 52.0
[node name="Label3" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 61.0
margin_right = 106.0
margin_bottom = 75.0
text = "Demeanor:"
[node name="LineEdit3" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 56.0
margin_right = 168.0
margin_bottom = 80.0
[node name="Label4" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 89.0
margin_right = 106.0
margin_bottom = 103.0
text = "Species:"
[node name="LineEdit4" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 84.0
margin_right = 168.0
margin_bottom = 108.0
[node name="Label5" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 117.0
margin_right = 106.0
margin_bottom = 131.0
text = "Culture:"
[node name="LineEdit5" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 112.0
margin_right = 168.0
margin_bottom = 136.0
[node name="Label6" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 145.0
margin_right = 106.0
margin_bottom = 159.0
text = "Faction:"
[node name="LineEdit6" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 140.0
margin_right = 168.0
margin_bottom = 164.0
[node name="DescriptionLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 173.0
margin_right = 106.0
margin_bottom = 187.0
text = "Description:"
[node name="DescriptionLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 168.0
margin_right = 168.0
margin_bottom = 192.0
[node name="HWLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 201.0
margin_right = 106.0
margin_bottom = 215.0
text = "Height / Weight:"
[node name="HWLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 196.0
margin_right = 168.0
margin_bottom = 220.0
[node name="BackstoryLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 229.0
margin_right = 106.0
margin_bottom = 243.0
text = "Backstory:"
[node name="BackstoryLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 224.0
margin_right = 168.0
margin_bottom = 248.0
[node name="GenderLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 257.0
margin_right = 106.0
margin_bottom = 271.0
text = "Gender:"
[node name="GenderLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 252.0
margin_right = 168.0
margin_bottom = 276.0
[node name="EquipmentLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 285.0
margin_right = 106.0
margin_bottom = 299.0
text = "Equipment:"
[node name="EquipmentLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 280.0
margin_right = 168.0
margin_bottom = 304.0
[node name="CharismaLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 313.0
margin_right = 106.0
margin_bottom = 327.0
text = "Charisma:"
[node name="CharismaLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 308.0
margin_right = 168.0
margin_bottom = 332.0
[node name="DialogueLabel" type="Label" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_top = 341.0
margin_right = 106.0
margin_bottom = 355.0
text = "Dialogue:"
[node name="DialogueLineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/LeftVBoxContainer/VBoxContainer/CenterContainer/GridContainer"]
margin_left = 110.0
margin_top = 336.0
margin_right = 168.0
margin_bottom = 360.0
[node name="RightVBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer"]
margin_left = 228.0
margin_right = 657.0
margin_bottom = 384.0
[node name="HBoxContainer" type="HBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer"]
margin_right = 429.0
margin_bottom = 328.0
custom_constants/separation = 20
[node name="AttributesVboxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer"]
margin_right = 157.0
margin_bottom = 328.0
custom_constants/separation = 10
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer"]
margin_right = 157.0
margin_bottom = 14.0
text = "Attributes:"
align = 1
valign = 1
uppercase = true
[node name="CenterContainer" type="CenterContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer"]
margin_top = 24.0
margin_right = 157.0
margin_bottom = 328.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer"]
margin_right = 157.0
margin_bottom = 304.0
columns = 2
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 5.0
margin_right = 95.0
margin_bottom = 19.0
text = "Constitution:"
[node name="LineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_right = 157.0
margin_bottom = 24.0
[node name="Label2" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 33.0
margin_right = 95.0
margin_bottom = 47.0
text = "Agility:"
[node name="LineEdit2" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 28.0
margin_right = 157.0
margin_bottom = 52.0
[node name="Label3" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 61.0
margin_right = 95.0
margin_bottom = 75.0
text = "Self Discipline:"
[node name="LineEdit3" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 56.0
margin_right = 157.0
margin_bottom = 80.0
[node name="Label4" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 89.0
margin_right = 95.0
margin_bottom = 103.0
text = "Memory:"
[node name="LineEdit4" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 84.0
margin_right = 157.0
margin_bottom = 108.0
[node name="Label5" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 117.0
margin_right = 95.0
margin_bottom = 131.0
text = "Reasoning:"
[node name="LineEdit5" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 112.0
margin_right = 157.0
margin_bottom = 136.0
[node name="Label6" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 145.0
margin_right = 95.0
margin_bottom = 159.0
text = "Strength:"
[node name="LineEdit6" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 140.0
margin_right = 157.0
margin_bottom = 164.0
[node name="Label7" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 173.0
margin_right = 95.0
margin_bottom = 187.0
text = "Quickness:"
[node name="LineEdit7" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 168.0
margin_right = 157.0
margin_bottom = 192.0
[node name="Label8" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 201.0
margin_right = 95.0
margin_bottom = 215.0
text = "Presence:"
[node name="LineEdit8" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 196.0
margin_right = 157.0
margin_bottom = 220.0
[node name="Label9" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 229.0
margin_right = 95.0
margin_bottom = 243.0
text = "Intuition:"
[node name="LineEdit9" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 224.0
margin_right = 157.0
margin_bottom = 248.0
[node name="Label10" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 257.0
margin_right = 95.0
margin_bottom = 271.0
text = "Empathy:"
[node name="LineEdit10" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 252.0
margin_right = 157.0
margin_bottom = 276.0
[node name="Label11" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_top = 285.0
margin_right = 95.0
margin_bottom = 299.0
text = "Appearence:"
[node name="LineEdit11" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/AttributesVboxContainer/CenterContainer/GridContainer"]
margin_left = 99.0
margin_top = 280.0
margin_right = 157.0
margin_bottom = 304.0
[node name="SkillsVboxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer"]
margin_left = 177.0
margin_right = 289.0
margin_bottom = 328.0
custom_constants/separation = 10
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer"]
margin_right = 112.0
margin_bottom = 14.0
text = "Skills:"
align = 1
valign = 1
uppercase = true
[node name="CenterContainer" type="CenterContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer"]
margin_top = 24.0
margin_right = 112.0
margin_bottom = 300.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer"]
margin_right = 112.0
margin_bottom = 276.0
columns = 2
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 5.0
margin_right = 50.0
margin_bottom = 19.0
text = "Skill 1:"
[node name="LineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_right = 112.0
margin_bottom = 24.0
[node name="Label2" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 33.0
margin_right = 50.0
margin_bottom = 47.0
text = "Skill 2:"
[node name="LineEdit2" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 28.0
margin_right = 112.0
margin_bottom = 52.0
[node name="Label3" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 61.0
margin_right = 50.0
margin_bottom = 75.0
text = "Skill 3:"
[node name="LineEdit3" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 56.0
margin_right = 112.0
margin_bottom = 80.0
[node name="Label4" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 89.0
margin_right = 50.0
margin_bottom = 103.0
text = "Skill 4:"
[node name="LineEdit4" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 84.0
margin_right = 112.0
margin_bottom = 108.0
[node name="Label5" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 117.0
margin_right = 50.0
margin_bottom = 131.0
text = "Skill 5:"
[node name="LineEdit5" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 112.0
margin_right = 112.0
margin_bottom = 136.0
[node name="Label6" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 145.0
margin_right = 50.0
margin_bottom = 159.0
text = "Skill 6:"
[node name="LineEdit6" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 140.0
margin_right = 112.0
margin_bottom = 164.0
[node name="Label7" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 173.0
margin_right = 50.0
margin_bottom = 187.0
text = "Skill 7:"
[node name="LineEdit7" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 168.0
margin_right = 112.0
margin_bottom = 192.0
[node name="Label8" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 201.0
margin_right = 50.0
margin_bottom = 215.0
text = "Skill 8:"
[node name="LineEdit8" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 196.0
margin_right = 112.0
margin_bottom = 220.0
[node name="Label9" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 229.0
margin_right = 50.0
margin_bottom = 243.0
text = "Skill 9:"
[node name="LineEdit9" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 224.0
margin_right = 112.0
margin_bottom = 248.0
[node name="Label10" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_top = 257.0
margin_right = 50.0
margin_bottom = 271.0
text = "Skill 10:"
[node name="LineEdit10" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SkillsVboxContainer/CenterContainer/GridContainer"]
margin_left = 54.0
margin_top = 252.0
margin_right = 112.0
margin_bottom = 276.0
[node name="SpecialAbilitiesVBoxContainer" type="VBoxContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer"]
margin_left = 309.0
margin_right = 429.0
margin_bottom = 328.0
custom_constants/separation = 10
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer"]
margin_right = 120.0
margin_bottom = 14.0
text = "Special Abilities:"
align = 1
valign = 1
uppercase = true
[node name="CenterContainer" type="CenterContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer"]
margin_top = 24.0
margin_right = 120.0
margin_bottom = 272.0
[node name="GridContainer" type="GridContainer" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer"]
margin_left = 9.0
margin_right = 111.0
margin_bottom = 248.0
columns = 2
[node name="Label" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 5.0
margin_right = 40.0
margin_bottom = 19.0
text = "Slot 1:"
[node name="LineEdit" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_right = 102.0
margin_bottom = 24.0
[node name="Label2" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 33.0
margin_right = 40.0
margin_bottom = 47.0
text = "Slot 2:"
[node name="LineEdit2" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 28.0
margin_right = 102.0
margin_bottom = 52.0
[node name="Label3" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 61.0
margin_right = 40.0
margin_bottom = 75.0
text = "Slot 3:"
[node name="LineEdit3" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 56.0
margin_right = 102.0
margin_bottom = 80.0
[node name="Label4" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 89.0
margin_right = 40.0
margin_bottom = 103.0
text = "Slot 4:"
[node name="LineEdit4" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 84.0
margin_right = 102.0
margin_bottom = 108.0
[node name="Label5" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 117.0
margin_right = 40.0
margin_bottom = 131.0
text = "Slot 5:"
[node name="LineEdit5" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 112.0
margin_right = 102.0
margin_bottom = 136.0
[node name="Label6" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 145.0
margin_right = 40.0
margin_bottom = 159.0
text = "Slot 6:"
[node name="LineEdit6" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 140.0
margin_right = 102.0
margin_bottom = 164.0
[node name="Label7" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 173.0
margin_right = 40.0
margin_bottom = 187.0
text = "Slot 7:"
[node name="LineEdit7" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 168.0
margin_right = 102.0
margin_bottom = 192.0
[node name="Label8" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 201.0
margin_right = 40.0
margin_bottom = 215.0
text = "Slot 8:"
[node name="LineEdit8" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 196.0
margin_right = 102.0
margin_bottom = 220.0
[node name="Label9" type="Label" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_top = 229.0
margin_right = 40.0
margin_bottom = 243.0
text = "Slot 9:"
[node name="LineEdit9" type="LineEdit" parent="RootVBoxContainer/TopHBoxContainer/RightVBoxContainer/HBoxContainer/SpecialAbilitiesVBoxContainer/CenterContainer/GridContainer"]
margin_left = 44.0
margin_top = 224.0
margin_right = 102.0
margin_bottom = 248.0