allow FlxPoints out of screen range

This commit is contained in:
2023-04-05 10:41:14 -06:00
parent 7538cdfe6a
commit a3703a8aa9

View File

@@ -121,6 +121,7 @@
(screen.makeGraphic FlxG.width FlxG.height (FlxColor.fromRGBFloat 0 1 0 0.2))
(set screen.cameras [flxMovie.uiCamera])
(doFor camera FlxG.cameras.list (set camera.zoom 0.5))
(set flxMovie.uiCamera.zoom 1)
(mm.add screen
->screen {
(mm.remove screen)