
Download
Customizable Fields with their default values:
Graphic for the Bar
HoverMeter.base = Graphics.loadImage(Misc.resolveFile("HoverMeter.png"))

Graphic for the Pegs in the Bar
HoverMeter.peg = Graphics.loadImage(Misc.resolveFile("Peg.png"))








The X position to draw the bar
HoverMeter.barX = 331
The Y position to draw the bar
HoverMeter.barY = 566
How far to the right of the bar the top left most pixel of the first peg is. (Use Negative Numbers if the first peg is to the left, draws from left to right.)
HoverMeter.pegOffsetX = 26
How far below the top left most pixel of the bar image the pegs are. (Use Negative Numbers if the pegs are to above instead of below the top most pixel.)
HoverMeter.pegOffsetY = 8
How many pegs the bar should have. (Note that Peach's HoverTimer counts down from 64 frames and 99 frames depending on her powerup state.)
HoverMeter.pegCount = 8
How wide each Peg is.
HoverMeter.pegWidth = 14
The Priority of the bar.
HoverMeter.barPriority = 4.99999999
The Priority of the pegs.
HoverMeter.pegPriority = 5