diff options
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -125,6 +125,7 @@ margin_top = 336.0 margin_right = 1080.0 margin_bottom = 398.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "Local" [node name="anesthesia" parent="stage/controls" index="4" instance=ExtResource( 7 )] anchor_right = 0.0 @@ -133,6 +134,7 @@ margin_top = 402.0 margin_right = 1080.0 margin_bottom = 464.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "Anestesia" [node name="first_assistant" parent="stage/controls" index="5" instance=ExtResource( 7 )] anchor_right = 0.0 @@ -141,6 +143,7 @@ margin_top = 468.0 margin_right = 1080.0 margin_bottom = 530.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "1º Ajudante" [node name="type" parent="stage/controls" index="6" instance=ExtResource( 7 )] anchor_right = 0.0 @@ -149,6 +152,7 @@ margin_top = 534.0 margin_right = 1080.0 margin_bottom = 596.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "Tipo" [node name="sub_type" parent="stage/controls" index="7" instance=ExtResource( 7 )] anchor_right = 0.0 @@ -157,6 +161,7 @@ margin_top = 600.0 margin_right = 1080.0 margin_bottom = 662.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "Sub-tipo" [node name="sub_sub_type" parent="stage/controls" index="8" instance=ExtResource( 7 )] anchor_right = 0.0 @@ -165,6 +170,7 @@ margin_top = 666.0 margin_right = 1080.0 margin_bottom = 728.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "Sub-sub-tipo" [node name="pathology" parent="stage/controls" index="9" instance=ExtResource( 7 )] anchor_right = 0.0 @@ -173,6 +179,7 @@ margin_top = 732.0 margin_right = 1080.0 margin_bottom = 794.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "Patologia" [node name="intervention" parent="stage/controls" index="10" instance=ExtResource( 7 )] anchor_right = 0.0 @@ -181,6 +188,7 @@ margin_top = 798.0 margin_right = 1080.0 margin_bottom = 860.0 rect_min_size = Vector2( 0, 62 ) +placeholder = "Intervenção" [node name="is_urgency" type="CheckBox" parent="stage/controls" index="11"] margin_top = 864.0 @@ -250,15 +258,25 @@ dialog_autowrap = true visible = false anchor_right = 1.0 anchor_bottom = 1.0 -color = Color( 0, 0, 0, 0.501961 ) +color = Color( 0, 0, 0, 0.870588 ) script = ExtResource( 10 ) [node name="background" type="Panel" parent="popup"] anchor_left = 0.05 -anchor_top = 0.025 +anchor_top = 0.1 anchor_right = 0.95 anchor_bottom = 0.975 +[node name="title" type="Label" parent="popup"] +anchor_left = 0.05 +anchor_top = 0.025 +anchor_right = 0.95 +anchor_bottom = 0.1 +align = 1 +valign = 1 +autowrap = true +uppercase = true + [node name="option_set_list" type="Control" parent="."] visible = false rect_clip_content = true |
