fix right-click menu controls when on page > 1
This commit is contained in:
@@ -1074,8 +1074,8 @@
|
||||
(method :Void moveTo [:FlxPoint position]
|
||||
(set x position.x)
|
||||
(set y position.y)
|
||||
(set controlCamera.x (+ camera.x position.x))
|
||||
(set controlCamera.y (+ camera.y position.y)))
|
||||
(set controlCamera.x (+ camera.x position.x (- camera.scroll.x)))
|
||||
(set controlCamera.y (+ camera.y position.y (- camera.scroll.y))))
|
||||
|
||||
(method :Void resize [:Int width :Int height]
|
||||
(makeGraphic
|
||||
|
||||
Reference in New Issue
Block a user