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

@@ -15,6 +15,7 @@ script = ExtResource( 5 )
main_menu = NodePath("CanvasLayer/main_menu")
pause_menu = NodePath("CanvasLayer/pause_menu")
editor_debug_mode = 1
ui_parent_control_node = NodePath("CanvasLayer/ui")
[node name="camera" parent="." instance=ExtResource( 3 )]