|
VoltAir
|
Progress bar that shows the proportion of Orbs attained out of the total possible. More...
Properties | |
| real | orbsCollected |
| How many Orbs are collected by the player. More... | |
| real | threshold |
| How many Orbs are needed to pass the current level. More... | |
| real | totalOrbs |
| How many Orbs could be collected to completely fill the bar. More... | |
| point | fillPoint |
| Point at the center of the right edge of the fill bar. More... | |
Progress bar that shows the proportion of Orbs attained out of the total possible.
Additionally, a portal graphic will indicate how many Orbs are needed to pass a level.
| point SinglePlayerFillBar::fillPoint |
Point at the center of the right edge of the fill bar.
| real SinglePlayerFillBar::orbsCollected |
How many Orbs are collected by the player.
| real SinglePlayerFillBar::threshold |
How many Orbs are needed to pass the current level.
| real SinglePlayerFillBar::totalOrbs |
How many Orbs could be collected to completely fill the bar.