diff options
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -195,12 +195,14 @@ margin_bottom = 992.0 rect_min_size = Vector2( 0, 62 ) placeholder = "Intervention" -[node name="is_urgency" type="CheckButton" parent="stage/controls" index="12"] +[node name="is_urgency" 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" +align = 0 [node name="notes" type="LineEdit" parent="stage/controls" index="13"] margin_top = 1074.0 |
