Shift-enter to add alternates

This commit is contained in:
2022-08-30 19:05:58 +00:00
parent 04643ad243
commit 129335ac59
2 changed files with 11 additions and 7 deletions

View File

@@ -54,6 +54,7 @@
// TODO could make a camera on the window so the controls are clipped by the camera
(method addControl [:FlxSprite control]
(set control.cameras this.cameras)
(set control.x nextControlX)
(set control.y nextControlY)
(controls.add control)