From 3733cae53d4a7492502646edf1060e475e254280 Mon Sep 17 00:00:00 2001 From: PersonGuyGit Date: Sun, 13 Aug 2023 11:58:59 -0600 Subject: [PATCH] Reworked the Wizard Layout to prevent overscan, for the character creator in the toolset --- .../Godot_Toolset/Main/Main/.import/.gdignore | 1 - ...n.png-487276ed1e3a0c39cad0279d744ee560.md5 | 3 - ....png-487276ed1e3a0c39cad0279d744ee560.stex | Bin 1496 -> 0 bytes .../Main/Main/character_creation_wizard.tscn | 248 ------- .../Godot_Toolset/Main/Main/default_env.tres | 7 - Phase2/Godot_Toolset/Main/Main/icon.png | Bin 3305 -> 0 bytes .../Godot_Toolset/Main/Main/icon.png.import | 35 - Phase2/Godot_Toolset/Main/Main/project.godot | 29 - .../Main/character_creation_wizard.tscn | 640 ++++++++++++++++++ 9 files changed, 640 insertions(+), 323 deletions(-) delete mode 100644 Phase2/Godot_Toolset/Main/Main/.import/.gdignore delete mode 100644 Phase2/Godot_Toolset/Main/Main/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 delete mode 100644 Phase2/Godot_Toolset/Main/Main/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex delete mode 100644 Phase2/Godot_Toolset/Main/Main/character_creation_wizard.tscn delete mode 100644 Phase2/Godot_Toolset/Main/Main/default_env.tres delete mode 100644 Phase2/Godot_Toolset/Main/Main/icon.png delete mode 100644 Phase2/Godot_Toolset/Main/Main/icon.png.import delete mode 100644 Phase2/Godot_Toolset/Main/Main/project.godot create mode 100644 Phase2/Godot_Toolset/Main/character_creation_wizard.tscn diff --git a/Phase2/Godot_Toolset/Main/Main/.import/.gdignore b/Phase2/Godot_Toolset/Main/Main/.import/.gdignore deleted file mode 100644 index 8b13789..0000000 --- a/Phase2/Godot_Toolset/Main/Main/.import/.gdignore +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Phase2/Godot_Toolset/Main/Main/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/Phase2/Godot_Toolset/Main/Main/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 deleted file mode 100644 index 5328bc7..0000000 --- a/Phase2/Godot_Toolset/Main/Main/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 +++ /dev/null @@ -1,3 +0,0 @@ -source_md5="47313fa4c47a9963fddd764e1ec6e4a8" -dest_md5="26ea799ea0a3da9e753b3ebe822e0570" - diff --git a/Phase2/Godot_Toolset/Main/Main/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/Phase2/Godot_Toolset/Main/Main/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex deleted file mode 100644 index 71f69131f1bad5ac84f9f5fb77b8014d6f855868..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1496 zcmV;}1t8#jQIRc$f~c)tQiw!~w%QUQ6exqX5cknk z0+d35DiDbTDuoE4>Lo>6B7>ey@m$S@5kjOuv{fWhh-@ho&(;2WkwS$K6`&Ldl|Us> zi4+J0k-+z7D#fx5bCy(4v8-W?7^7rF3d=UlIm}g3kr8v2*TVsYG0L(HsaUol6{$#J zzu%jyB(dI3x&O7SY0hEJfqi2jQf;@JF@lOwkr88**UM&PLd-R!kcy0;loU$Knm#_B zpssT<`uctM`T6EPm%A7K9*tSP|39fzMMT%Jh>GrWxv%zI|5WGxr!+(rs;IWI7+u$| ztA8kAM1hddg9IT6zY$?4T#831gq|cT869IJntT)|=01mwu*fe$Smy`ebi^HL+s-xg7chk284pq%~oy)o1W?`nc*zBC=zRt+_#M70<6PFG z6}tee5v>KVd&MI&-P+`h3e5&K^|-6M0EkEyjlf*9+`s@4^=sduefxeS9)KHW zxry#hT9*zlA+*bJIQpy4c0ZhsA-z^ z>#WBV&J`yU4D>m2?bqM)mFeH8@`b;@t{w3iXa*Wm8VHI_5p)5%2vTB$fYL+A6hukG z$!S`fHfaJP8lFT>jWhoL$`1ibnR*S{w;v;KO#Alr>y=RgAjwy$tV9ApAt(LXJMHJB z5CB9fl}q_biX|eNFsP!BlcI21)QL~UK@*6GVkMnytRt$6Bte>2l|jNPUTK0P)Fok~ z<8pRY5;Z~3$-3c)Ct*B>>n8U^6H%qzayG_@T0>t#DTYp>PAI07fWEaTdcB-^=q5<& z*tTB18j2DbF@k^@@+ev1QMg zL5#haz6F3%uU@HhjobH`e9qrvh%#pS={PAR-X0k%SWDWbr)+o y|M)fYRW9dto5g$WGgZ~$_?(~f&V283@;^HqstN$fY}?!b diff --git a/Phase2/Godot_Toolset/Main/Main/character_creation_wizard.tscn b/Phase2/Godot_Toolset/Main/Main/character_creation_wizard.tscn deleted file mode 100644 index 161ae44..0000000 --- a/Phase2/Godot_Toolset/Main/Main/character_creation_wizard.tscn +++ /dev/null @@ -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"] diff --git a/Phase2/Godot_Toolset/Main/Main/default_env.tres b/Phase2/Godot_Toolset/Main/Main/default_env.tres deleted file mode 100644 index 20207a4..0000000 --- a/Phase2/Godot_Toolset/Main/Main/default_env.tres +++ /dev/null @@ -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 ) diff --git a/Phase2/Godot_Toolset/Main/Main/icon.png b/Phase2/Godot_Toolset/Main/Main/icon.png deleted file mode 100644 index c98fbb601c83c81ec8c22b1dba7d1d57c62b323c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3305 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 diff --git a/Phase2/Godot_Toolset/Main/Main/icon.png.import b/Phase2/Godot_Toolset/Main/Main/icon.png.import deleted file mode 100644 index a4c02e6..0000000 --- a/Phase2/Godot_Toolset/Main/Main/icon.png.import +++ /dev/null @@ -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 diff --git a/Phase2/Godot_Toolset/Main/Main/project.godot b/Phase2/Godot_Toolset/Main/Main/project.godot deleted file mode 100644 index 9118a34..0000000 --- a/Phase2/Godot_Toolset/Main/Main/project.godot +++ /dev/null @@ -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" diff --git a/Phase2/Godot_Toolset/Main/character_creation_wizard.tscn b/Phase2/Godot_Toolset/Main/character_creation_wizard.tscn new file mode 100644 index 0000000..121bdb9 --- /dev/null +++ b/Phase2/Godot_Toolset/Main/character_creation_wizard.tscn @@ -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