Shift-enter to add alternates

This commit is contained in:
2022-08-30 19:05:58 +00:00
parent 0270deee08
commit 491f7c93d0

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)