diff options
| author | dam <dam@gudinoff> | 2022-09-02 01:12:19 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-09-02 01:12:19 +0000 |
| commit | 8b19e21012092619285bae0e44a0abb3f274ed66 (patch) | |
| tree | 90ad05658b7b473bb9d9be3d31f635fea00e5c00 /main.tscn | |
| parent | f027893414e9e81eb5b91a5556d8833652525f14 (diff) | |
| download | surgery-log-8b19e21012092619285bae0e44a0abb3f274ed66.tar.zst surgery-log-8b19e21012092619285bae0e44a0abb3f274ed66.zip | |
Fixed export settings to include all required scripts. Renamed is_urgency to is_urgent.v1.4
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -203,13 +203,13 @@ margin_bottom = 992.0 rect_min_size = Vector2( 0, 62 ) placeholder = "Intervention" -[node name="is_urgency" type="Button" parent="stage/controls" index="12"] +[node name="is_urgent" type="Button" parent="stage/controls" index="12"] margin_top = 1002.0 margin_right = 1080.0 margin_bottom = 1064.0 rect_min_size = Vector2( 0, 62 ) toggle_mode = true -text = "Is urgency" +text = "Is urgent" align = 0 [node name="notes" type="LineEdit" parent="stage/controls" index="13"] |
