khanat-client/scenes/creatures/creature_creation_menu.tscn

1274 lines
42 KiB
Text
Raw Permalink Normal View History

[gd_scene load_steps=12 format=2]
[ext_resource path="res://assets/interfaces/underwear_on_icon.png" type="Texture" id=1]
[ext_resource path="res://scenes/creatures/creature_creation_menu.gd" type="Script" id=2]
[ext_resource path="res://ressources/themes/khanat_theme.theme" type="Theme" id=3]
[ext_resource path="res://assets/fonts/ryzom.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://assets/interfaces/cloth_on_icon.png" type="Texture" id=5]
[ext_resource path="res://assets/interfaces/zoom_head_icon.png" type="Texture" id=6]
[sub_resource type="DynamicFont" id=1]
size = 32
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 4 )
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxEmpty" id=4]
[sub_resource type="DynamicFont" id=5]
size = 10
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 4 )
[node name="creature_creation_menu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 3 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="margin_box" type="MarginContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="window_box" type="VBoxContainer" parent="margin_box"]
margin_right = 1024.0
margin_bottom = 600.0
[node name="title" type="Label" parent="margin_box/window_box"]
margin_right = 1024.0
margin_bottom = 64.0
rect_min_size = Vector2( 0, 64 )
size_flags_vertical = 0
custom_fonts/font = SubResource( 1 )
text = "CREATURES"
align = 1
valign = 1
[node name="content_box" type="HBoxContainer" parent="margin_box/window_box"]
margin_top = 68.0
margin_right = 1024.0
margin_bottom = 552.0
size_flags_horizontal = 7
size_flags_vertical = 3
[node name="tabs_box" type="TabContainer" parent="margin_box/window_box/content_box"]
margin_right = 510.0
margin_bottom = 484.0
size_flags_horizontal = 3
[node name="definition" type="VBoxContainer" parent="margin_box/window_box/content_box/tabs_box"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 39.0
margin_right = -4.0
margin_bottom = -4.0
size_flags_horizontal = 6
size_flags_vertical = 6
[node name="race" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/definition"]
margin_right = 502.0
margin_bottom = 27.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/definition/race"]
margin_top = 3.0
margin_right = 249.0
margin_bottom = 24.0
size_flags_horizontal = 11
text = "race"
align = 2
[node name="value" type="MenuButton" parent="margin_box/window_box/content_box/tabs_box/definition/race"]
margin_left = 253.0
margin_right = 502.0
margin_bottom = 27.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
flat = false
[node name="sex" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/definition"]
margin_top = 31.0
margin_right = 502.0
margin_bottom = 58.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/definition/sex"]
margin_top = 3.0
margin_right = 249.0
margin_bottom = 24.0
size_flags_horizontal = 11
text = "Sexe"
align = 2
[node name="value" type="MenuButton" parent="margin_box/window_box/content_box/tabs_box/definition/sex"]
margin_left = 253.0
margin_right = 502.0
margin_bottom = 27.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
flat = false
[node name="name" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/definition"]
margin_top = 62.0
margin_right = 502.0
margin_bottom = 128.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/definition/name"]
margin_top = 22.0
margin_right = 249.0
margin_bottom = 43.0
size_flags_horizontal = 3
text = "Nom"
align = 2
[node name="value" type="VBoxContainer" parent="margin_box/window_box/content_box/tabs_box/definition/name"]
margin_left = 253.0
margin_right = 502.0
margin_bottom = 66.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
[node name="first_name" type="LineEdit" parent="margin_box/window_box/content_box/tabs_box/definition/name/value"]
margin_right = 249.0
margin_bottom = 31.0
hint_tooltip = "Caractères interdits: : / \\ ? * \" | % < >"
size_flags_horizontal = 3
placeholder_text = "First name"
[node name="last_name" type="LineEdit" parent="margin_box/window_box/content_box/tabs_box/definition/name/value"]
margin_top = 35.0
margin_right = 249.0
margin_bottom = 66.0
hint_tooltip = "Caractères interdits: : / \\ ? * \" | % < >"
size_flags_horizontal = 3
placeholder_text = "Last name"
[node name="Corps" type="ScrollContainer" parent="margin_box/window_box/content_box/tabs_box"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 39.0
margin_right = -4.0
margin_bottom = -4.0
[node name="aspect" type="VBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps"]
margin_left = 125.0
margin_top = 22.0
margin_right = 376.0
margin_bottom = 418.0
size_flags_horizontal = 6
size_flags_vertical = 6
[node name="general_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_right = 251.0
margin_bottom = 21.0
text = "Général"
align = 1
[node name="size" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 25.0
margin_right = 251.0
margin_bottom = 46.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/size"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Taille"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/size"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = 0.5
max_value = 1.5
step = 0.01
value = 1.0
[node name="ethnic_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 50.0
margin_right = 251.0
margin_bottom = 71.0
text = "Ethnie"
align = 1
[node name="caucasian" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 75.0
margin_right = 251.0
margin_bottom = 96.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/caucasian"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Caucasian"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/caucasian"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="african" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 100.0
margin_right = 251.0
margin_bottom = 121.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/african"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "African"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/african"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="asian" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 125.0
margin_right = 251.0
margin_bottom = 146.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/asian"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Asian"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/asian"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="skin_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 150.0
margin_right = 251.0
margin_bottom = 171.0
text = "Peau"
align = 1
[node name="skin" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 175.0
margin_right = 251.0
margin_bottom = 196.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/skin"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Peau"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/skin"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 2.0
[node name="skin_tone" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 200.0
margin_right = 251.0
margin_bottom = 221.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/skin_tone"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Teint"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/skin_tone"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 0.5
step = 0.1
[node name="corpulence_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 225.0
margin_right = 251.0
margin_bottom = 246.0
text = "Corpulence"
align = 1
[node name="fat" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 250.0
margin_right = 251.0
margin_bottom = 271.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/fat"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Graisse"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/fat"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="muscle" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 275.0
margin_right = 251.0
margin_bottom = 296.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/muscle"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Muscles"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/muscle"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="proportion" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 300.0
margin_right = 251.0
margin_bottom = 321.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/proportion"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Proportions"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/proportion"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="female_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 325.0
margin_right = 251.0
margin_bottom = 346.0
text = "Femme"
align = 1
[node name="breast" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 350.0
margin_right = 251.0
margin_bottom = 371.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/breast"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Poitrine"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/breast"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="pregnancy" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect"]
margin_top = 375.0
margin_right = 251.0
margin_bottom = 396.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/pregnancy"]
margin_right = 83.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Grossesse"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Corps/aspect/pregnancy"]
margin_left = 87.0
margin_right = 251.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="Tête" type="ScrollContainer" parent="margin_box/window_box/content_box/tabs_box"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 39.0
margin_right = -4.0
margin_bottom = -4.0
[node name="aspect" type="VBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête"]
margin_left = 100.0
margin_right = 402.0
margin_bottom = 577.0
size_flags_horizontal = 6
size_flags_vertical = 6
[node name="hair_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_right = 302.0
margin_bottom = 21.0
text = "Cheveux"
align = 1
[node name="hair" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 25.0
margin_right = 302.0
margin_bottom = 46.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/hair"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Coupe"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/hair"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 2.0
[node name="hair_color" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 50.0
margin_right = 302.0
margin_bottom = 77.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/hair_color"]
margin_top = 3.0
margin_right = 134.0
margin_bottom = 24.0
size_flags_horizontal = 3
text = "Couleur"
align = 2
[node name="value" type="ColorPickerButton" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/hair_color"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 27.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
flat = true
color = Color( 1, 1, 1, 1 )
edit_alpha = false
[node name="eyes_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 81.0
margin_right = 302.0
margin_bottom = 102.0
text = "Yeux"
align = 1
[node name="eyes_vert" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 106.0
margin_right = 302.0
margin_bottom = 127.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_vert"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Yeux"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_vert"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="eyes_color" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 106.0
margin_right = 302.0
margin_bottom = 127.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_color"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Couleur"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_color"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 7.0
[node name="eyes_gap" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 131.0
margin_right = 302.0
margin_bottom = 152.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_gap"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Yeux espace"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_gap"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="ears_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 156.0
margin_right = 302.0
margin_bottom = 177.0
text = "Oreilles"
align = 1
[node name="earlobes" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 181.0
margin_right = 302.0
margin_bottom = 202.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/earlobes"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Lobes d'oreille"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/earlobes"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="ears_wing" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 206.0
margin_right = 302.0
margin_bottom = 227.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/ears_wing"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Décolement oreille"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/ears_wing"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="nose_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 231.0
margin_right = 302.0
margin_bottom = 252.0
text = "Nez"
align = 1
[node name="nose_galbe" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 256.0
margin_right = 302.0
margin_bottom = 277.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_galbe"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Galbe du nez"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_galbe"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="nose_grec" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 281.0
margin_right = 302.0
margin_bottom = 302.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_grec"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Nez grec"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_grec"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="nose_horiz" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 306.0
margin_right = 302.0
margin_bottom = 327.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_horiz"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Nez horizontal"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_horiz"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="nose_depth" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 331.0
margin_right = 302.0
margin_bottom = 352.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_depth"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Nez profondeur"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_depth"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="mouth_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 356.0
margin_right = 302.0
margin_bottom = 377.0
text = "Bouche"
align = 1
[node name="mouth_horiz" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 381.0
margin_right = 302.0
margin_bottom = 402.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/mouth_horiz"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Bouche horizontale"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/mouth_horiz"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="mouth_vert" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 406.0
margin_right = 302.0
margin_bottom = 427.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/mouth_vert"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Bouche verticale"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/mouth_vert"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="lips_up_shape" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 431.0
margin_right = 302.0
margin_bottom = 452.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/lips_up_shape"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Forme bouche 1"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/lips_up_shape"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="lips_up_shape_2" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 456.0
margin_right = 302.0
margin_bottom = 477.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/lips_up_shape_2"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Forme bouche 2"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/lips_up_shape_2"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
min_value = -1.0
max_value = 1.0
step = 0.1
[node name="chin_label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 481.0
margin_right = 302.0
margin_bottom = 502.0
text = "Menton"
align = 1
[node name="cleft_chin" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 506.0
margin_right = 302.0
margin_bottom = 527.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/cleft_chin"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "double menton"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/cleft_chin"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="chin_angle" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect"]
margin_top = 531.0
margin_right = 302.0
margin_bottom = 552.0
size_flags_horizontal = 7
alignment = 1
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/chin_angle"]
margin_right = 134.0
margin_bottom = 21.0
size_flags_horizontal = 3
text = "Menton"
align = 2
[node name="value" type="HSlider" parent="margin_box/window_box/content_box/tabs_box/Tête/aspect/chin_angle"]
margin_left = 138.0
margin_right = 302.0
margin_bottom = 21.0
rect_min_size = Vector2( 164, 0 )
size_flags_horizontal = 3
size_flags_vertical = 1
max_value = 1.0
step = 0.1
[node name="caracteristiques" type="VBoxContainer" parent="margin_box/window_box/content_box/tabs_box"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 39.0
margin_right = -4.0
margin_bottom = -4.0
size_flags_horizontal = 6
size_flags_vertical = 6
[node name="lasting_points" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/caracteristiques"]
margin_right = 502.0
margin_bottom = 21.0
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/lasting_points"]
margin_left = 145.0
margin_right = 249.0
margin_bottom = 21.0
size_flags_horizontal = 10
text = "Points restants"
[node name="value" type="Label" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/lasting_points"]
margin_left = 253.0
margin_right = 261.0
margin_bottom = 21.0
size_flags_horizontal = 2
text = "5"
[node name="strength" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/caracteristiques"]
margin_top = 25.0
margin_right = 502.0
margin_bottom = 56.0
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/strength"]
margin_left = 211.0
margin_top = 5.0
margin_right = 249.0
margin_bottom = 26.0
size_flags_horizontal = 10
text = "Force"
[node name="value" type="SpinBox" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/strength"]
margin_left = 253.0
margin_right = 315.0
margin_bottom = 31.0
size_flags_horizontal = 2
min_value = 1.0
max_value = 10.0
value = 5.0
align = 1
[node name="perception" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/caracteristiques"]
margin_top = 60.0
margin_right = 502.0
margin_bottom = 91.0
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/perception"]
margin_left = 174.0
margin_top = 5.0
margin_right = 249.0
margin_bottom = 26.0
size_flags_horizontal = 10
text = "Perception"
[node name="value" type="SpinBox" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/perception"]
margin_left = 253.0
margin_right = 315.0
margin_bottom = 31.0
size_flags_horizontal = 2
min_value = 1.0
max_value = 10.0
value = 5.0
align = 1
[node name="endurance" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/caracteristiques"]
margin_top = 95.0
margin_right = 502.0
margin_bottom = 126.0
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/endurance"]
margin_left = 175.0
margin_top = 5.0
margin_right = 249.0
margin_bottom = 26.0
size_flags_horizontal = 10
text = "Endurance"
[node name="value" type="SpinBox" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/endurance"]
margin_left = 253.0
margin_right = 315.0
margin_bottom = 31.0
size_flags_horizontal = 2
min_value = 1.0
max_value = 10.0
value = 5.0
align = 1
[node name="constitution" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/caracteristiques"]
margin_top = 130.0
margin_right = 502.0
margin_bottom = 161.0
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/constitution"]
margin_left = 162.0
margin_top = 5.0
margin_right = 249.0
margin_bottom = 26.0
size_flags_horizontal = 10
text = "Constitution"
[node name="value" type="SpinBox" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/constitution"]
margin_left = 253.0
margin_right = 315.0
margin_bottom = 31.0
size_flags_horizontal = 2
min_value = 1.0
max_value = 10.0
value = 5.0
align = 1
[node name="agility" type="HBoxContainer" parent="margin_box/window_box/content_box/tabs_box/caracteristiques"]
margin_top = 165.0
margin_right = 502.0
margin_bottom = 196.0
[node name="label" type="Label" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/agility"]
margin_left = 198.0
margin_top = 5.0
margin_right = 249.0
margin_bottom = 26.0
size_flags_horizontal = 10
text = "Agilitée"
[node name="value" type="SpinBox" parent="margin_box/window_box/content_box/tabs_box/caracteristiques/agility"]
margin_left = 253.0
margin_right = 315.0
margin_bottom = 31.0
size_flags_horizontal = 2
min_value = 1.0
max_value = 10.0
value = 5.0
align = 1
[node name="preview_box" type="VBoxContainer" parent="margin_box/window_box/content_box"]
margin_left = 514.0
margin_right = 1024.0
margin_bottom = 484.0
size_flags_horizontal = 11
size_flags_vertical = 3
alignment = 1
[node name="v_box_container" type="VBoxContainer" parent="margin_box/window_box/content_box/preview_box"]
margin_left = 446.0
margin_top = 210.0
margin_right = 510.0
margin_bottom = 274.0
size_flags_horizontal = 10
size_flags_vertical = 5
[node name="zoom_head_button" type="ToolButton" parent="margin_box/window_box/content_box/preview_box/v_box_container"]
margin_right = 64.0
margin_bottom = 64.0
rect_min_size = Vector2( 64, 64 )
rect_pivot_offset = Vector2( 32, 32 )
custom_styles/focus = SubResource( 2 )
toggle_mode = true
icon = ExtResource( 6 )
expand_icon = true
[node name="cloths_button" type="ToolButton" parent="margin_box/window_box/content_box/preview_box/v_box_container"]
visible = false
margin_top = 68.0
margin_right = 64.0
margin_bottom = 132.0
rect_min_size = Vector2( 64, 64 )
rect_pivot_offset = Vector2( 32, 32 )
custom_styles/focus = SubResource( 2 )
toggle_mode = true
pressed = true
icon = ExtResource( 5 )
expand_icon = true
[node name="underwear_button" type="ToolButton" parent="margin_box/window_box/content_box/preview_box/v_box_container"]
visible = false
margin_top = 136.0
margin_right = 64.0
margin_bottom = 200.0
rect_min_size = Vector2( 64, 64 )
rect_pivot_offset = Vector2( 32, 32 )
custom_styles/focus = SubResource( 3 )
toggle_mode = true
pressed = true
icon = ExtResource( 1 )
expand_icon = true
[node name="tools_box" type="HBoxContainer" parent="margin_box/window_box"]
margin_top = 556.0
margin_right = 1024.0
margin_bottom = 583.0
[node name="buttons_box" type="HBoxContainer" parent="margin_box/window_box/tools_box"]
margin_right = 510.0
margin_bottom = 27.0
size_flags_horizontal = 3
[node name="load" type="Button" parent="margin_box/window_box/tools_box/buttons_box"]
margin_right = 66.0
margin_bottom = 27.0
size_flags_horizontal = 4
custom_styles/focus = SubResource( 4 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 0.501961 )
custom_colors/font_color = Color( 0.603922, 0.603922, 0.603922, 1 )
custom_colors/font_color_hover = Color( 0.803922, 0.803922, 0.803922, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Charger"
[node name="save" type="Button" parent="margin_box/window_box/tools_box/buttons_box"]
margin_left = 70.0
margin_right = 159.0
margin_bottom = 27.0
size_flags_horizontal = 4
custom_styles/focus = SubResource( 4 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 0.501961 )
custom_colors/font_color = Color( 0.603922, 0.603922, 0.603922, 1 )
custom_colors/font_color_hover = Color( 0.803922, 0.803922, 0.803922, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Enregistrer"
[node name="choose" type="Button" parent="margin_box/window_box/tools_box/buttons_box"]
margin_left = 163.0
margin_right = 223.0
margin_bottom = 27.0
size_flags_horizontal = 4
custom_styles/focus = SubResource( 4 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 0.501961 )
custom_colors/font_color = Color( 0.603922, 0.603922, 0.603922, 1 )
custom_colors/font_color_hover = Color( 0.803922, 0.803922, 0.803922, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Choisir"
[node name="quit" type="Button" parent="margin_box/window_box/tools_box/buttons_box"]
margin_left = 448.0
margin_right = 510.0
margin_bottom = 27.0
size_flags_horizontal = 10
custom_styles/focus = SubResource( 4 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 0.501961 )
custom_colors/font_color = Color( 0.603922, 0.603922, 0.603922, 1 )
custom_colors/font_color_hover = Color( 0.803922, 0.803922, 0.803922, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Quitter"
[node name="spacer" type="Label" parent="margin_box/window_box/tools_box"]
margin_left = 514.0
margin_top = 3.0
margin_right = 1024.0
margin_bottom = 24.0
size_flags_horizontal = 3
[node name="tooltips" type="Label" parent="margin_box/window_box"]
margin_top = 587.0
margin_right = 1024.0
margin_bottom = 600.0
size_flags_vertical = 8
custom_fonts/font = SubResource( 5 )
custom_colors/font_color = Color( 1, 1, 1, 0.501961 )
text = "Menu de création de créatures."
align = 1
valign = 1
[connection signal="mouse_entered" from="." to="." method="_on_creature_creation_menu_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_creature_creation_menu_mouse_exited"]
[connection signal="text_changed" from="margin_box/window_box/content_box/tabs_box/definition/name/value/first_name" to="." method="_on_first_name_text_changed"]
[connection signal="text_entered" from="margin_box/window_box/content_box/tabs_box/definition/name/value/first_name" to="." method="_on_first_name_text_entered"]
[connection signal="text_changed" from="margin_box/window_box/content_box/tabs_box/definition/name/value/last_name" to="." method="_on_last_name_text_changed"]
[connection signal="text_entered" from="margin_box/window_box/content_box/tabs_box/definition/name/value/last_name" to="." method="_on_last_name_text_entered"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/size/value" to="." method="_on_size_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/caucasian/value" to="." method="_on_caucasian_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/african/value" to="." method="_on_african_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/asian/value" to="." method="_on_asian_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/skin/value" to="." method="_on_skin_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/skin_tone/value" to="." method="_on_skin_tone_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/fat/value" to="." method="_on_fat_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/muscle/value" to="." method="_on_muscle_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/proportion/value" to="." method="_on_proportion_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/breast/value" to="." method="_on_breast_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Corps/aspect/pregnancy/value" to="." method="_on_pregnancy_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/hair/value" to="." method="_on_hair_value_changed"]
[connection signal="color_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/hair_color/value" to="." method="_on_hair_color_color_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_vert/value" to="." method="_on_eyes_vert_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_color/value" to="." method="_on_eyes_color_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/eyes_gap/value" to="." method="_on_eyes_gap_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/earlobes/value" to="." method="_on_earlobes_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/ears_wing/value" to="." method="_on_ears_wing_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_galbe/value" to="." method="_on_nose_galbe_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_grec/value" to="." method="_on_nose_grec_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_horiz/value" to="." method="_on_nose_horiz_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/nose_depth/value" to="." method="_on_nose_depth_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/mouth_horiz/value" to="." method="_on_mouth_horiz_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/mouth_vert/value" to="." method="_on_mouth_vert_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/lips_up_shape/value" to="." method="_on_lips_up_shape_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/lips_up_shape_2/value" to="." method="_on_lips_up_shape_2_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/cleft_chin/value" to="." method="_on_cleft_chin_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/Tête/aspect/chin_angle/value" to="." method="_on_chin_angle_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/caracteristiques/strength/value" to="." method="_on_strength_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/caracteristiques/perception/value" to="." method="_on_perception_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/caracteristiques/endurance/value" to="." method="_on_endurance_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/caracteristiques/constitution/value" to="." method="_on_constitution_value_changed"]
[connection signal="value_changed" from="margin_box/window_box/content_box/tabs_box/caracteristiques/agility/value" to="." method="_on_agility_value_changed"]
[connection signal="toggled" from="margin_box/window_box/content_box/preview_box/v_box_container/zoom_head_button" to="." method="_on_zoom_head_button_toggled"]
[connection signal="toggled" from="margin_box/window_box/content_box/preview_box/v_box_container/cloths_button" to="." method="_on_cloths_button_toggled"]
[connection signal="toggled" from="margin_box/window_box/content_box/preview_box/v_box_container/underwear_button" to="." method="_on_underwear_button_toggled"]
[connection signal="pressed" from="margin_box/window_box/tools_box/buttons_box/load" to="." method="_on_load_pressed"]
[connection signal="pressed" from="margin_box/window_box/tools_box/buttons_box/save" to="." method="_on_save_pressed"]
[connection signal="pressed" from="margin_box/window_box/tools_box/buttons_box/choose" to="." method="_on_choose_pressed"]
[connection signal="pressed" from="margin_box/window_box/tools_box/buttons_box/quit" to="." method="_on_quit_pressed"]