use SimpleWindow to allow delay redefinition

This commit is contained in:
2023-05-12 11:41:30 -06:00
parent e95bd92b4d
commit 1d9ad78eb2
3 changed files with 9 additions and 5 deletions

View File

@@ -156,6 +156,10 @@
"left"
"right")))
(method :Void enterString [:String prompt :String->Void submit]
(set pauseMenu
(SimpleWindow.promptForString prompt submit)))
(method :Void defineFlxPoint [:FlxPoint->Void submit]
(unless mm
(set mm (new FlxMouseEventManager))