move-screen-pos Command

Moves the map in a relative way using screen width and height as units.

Usage

move-screen-pos
    [x=<screen dx>]
    [y=<screen dy>]

All parameters are optional:

Examples

 move-screen-pos x=0.5

Moves the map position to the right by half of the screen width.

 move-screen-pos y=-2

Moves the map position upwards by two screen heights.

 move-screen-pos x=-0.5 y=-0.5

Moves the map position to the left by half of the screen width and upwards by half of the screen height.

See also: