From 8b19e21012092619285bae0e44a0abb3f274ed66 Mon Sep 17 00:00:00 2001 From: dam Date: Fri, 2 Sep 2022 01:12:19 +0000 Subject: Fixed export settings to include all required scripts. Renamed is_urgency to is_urgent. --- main.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.tscn') diff --git a/main.tscn b/main.tscn index 694f41a..32b1785 100644 --- a/main.tscn +++ b/main.tscn @@ -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"] -- cgit v1.2.3