fix: eliminates intermittent flicker with UI; NO_UI shouldn't be allowed for :setup events
This commit is contained in:
committed by
Julian Murgia
parent
eeb7042d11
commit
f69b29da29
@@ -222,6 +222,8 @@ func check_game_scene_methods():
|
||||
|
||||
assert(current_scene.game.has_method("hide_ui"))
|
||||
assert(current_scene.game.has_method("show_ui"))
|
||||
assert(current_scene.game.has_method("escoria_hide_ui"))
|
||||
assert(current_scene.game.has_method("escoria_show_ui"))
|
||||
assert(current_scene.game.has_method("_on_event_done"))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user