Minimap
Default HUD screen minimap object
Vars | |
cur_x_shift | The current x pixel shift |
---|---|
cur_y_shift | The current y pixel shift |
shift_size | How many pixels to shift each update |
south_y_shift | Whether the vertical shift is currently pushing the map southward |
west_x_shift | Whether the horizontal shift is currently pushing the map westward |
x_max | The horizontal max for this map (set at Initialize) |
y_max | The vertical max for this map (set at Initialize) |
Var Details
cur_x_shift
The current x pixel shift
cur_y_shift
The current y pixel shift
shift_size
How many pixels to shift each update
south_y_shift
Whether the vertical shift is currently pushing the map southward
west_x_shift
Whether the horizontal shift is currently pushing the map westward
x_max
The horizontal max for this map (set at Initialize)
y_max
The vertical max for this map (set at Initialize)