set a camera on superText

This commit is contained in:
2023-05-12 10:49:09 -06:00
parent bced4a0693
commit e95bd92b4d

View File

@@ -330,6 +330,7 @@
(case type
(Super
(set superText (SpriteTools.textPlate text DIALOG_SIZE SUPER_MARGIN))
(set superText.cameras [flxMovie.uiCamera])
(superText.screenCenter)
(set superText.y flxMovie.DIALOG_Y)
(FlxG.state.add superText)