parallax_home 
Vars | |
| animate_parallax | Are we animating parallax? |
|---|---|
| displaying_layers | Are we currently displaying any layers? |
| draw_old_space | If we want to draw the old space layer |
| layers_to_draw | How many normal space layers we want to draw, in increasing order of "depth" |
| owner | The client that owns us |
| parallax_layers | Layers we are currently displaying |
| parallax_layers_cached | Pallet of layers we CAN display if we choose to, depending on our client's prefs ensures quick removal/reinsertion doesn't cause cycling qdels |
Var Details
animate_parallax 
Are we animating parallax?
displaying_layers 
Are we currently displaying any layers?
draw_old_space 
If we want to draw the old space layer
layers_to_draw 
How many normal space layers we want to draw, in increasing order of "depth"
owner 
The client that owns us
parallax_layers 
Layers we are currently displaying
parallax_layers_cached 
Pallet of layers we CAN display if we choose to, depending on our client's prefs ensures quick removal/reinsertion doesn't cause cycling qdels