fix: eliminates intermittent flicker with UI; NO_UI shouldn't be allowed for :setup events

This commit is contained in:
Duncan Brown
2022-04-23 19:33:19 -04:00
committed by Julian Murgia
parent eeb7042d11
commit f69b29da29
4 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ bg_color = Color( 0.6, 0.6, 0.6, 0.5 )
script = ExtResource( 5 )
main_menu = NodePath("ui/main_menu")
pause_menu = NodePath("ui/pause_menu")
ui_parent_control_node = NodePath("ui/Control")
[node name="dialog_layer" type="CanvasLayer" parent="."]