parallax_layer

Vars | |
absolute | absolute - always determine shift x/y as a function of real x/y instead of allowing for relative scroll. |
---|---|
center_x | normal centered x |
center_y | normal centered y |
dynamic_self_tile | dynamic self tile - tile to our view size. set this to false for static parallax layers. |
map_id | map id |
offset_x | current cached offset x |
offset_y | current cached offset y |
parallax_intensity | parallax level required to see this |
queued_animation | queued animation timerid |
speed | pixel x/y shift per real x/y |
view_current | current view we're adapted to |
Procs | |
GetOverlays | Return "natural" overlays, as we're goin to do some fuckery to overlays above. |
Var Details
absolute

absolute - always determine shift x/y as a function of real x/y instead of allowing for relative scroll.
center_x

normal centered x
center_y

normal centered y
dynamic_self_tile

dynamic self tile - tile to our view size. set this to false for static parallax layers.
map_id

map id
offset_x

current cached offset x
offset_y

current cached offset y
parallax_intensity

parallax level required to see this
queued_animation

queued animation timerid
speed

pixel x/y shift per real x/y
view_current

current view we're adapted to
Proc Details
GetOverlays
Return "natural" overlays, as we're goin to do some fuckery to overlays above.