Advertisement
Benji23245

Untitled

Mar 9th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. else if (Gauge >= 300 && Gauge < 10000)
  2. {
  3. HUD_SPRITE_ENERGY2.sx = Gauge * 0.0033333f;
  4. HUD_SPRITE_ENERGY3.p.x = Gauge * 0.02f;
  5. njDrawSprite2D_Queue(&HUD_SPRITE_ENERGY, 3, -1, NJD_SPRITE_ALPHA | NJD_SPRITE_COLOR, (QueuedModelFlagsB)0);
  6. njDrawSprite2D_Queue(&HUD_SPRITE_ENERGY2, 0, -1, NJD_SPRITE_ALPHA | NJD_SPRITE_COLOR, (QueuedModelFlagsB)0);
  7. njDrawSprite2D_Queue(&HUD_SPRITE_ENERGY3, 0, -1, NJD_SPRITE_ALPHA | NJD_SPRITE_COLOR, (QueuedModelFlagsB)0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement