• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

gradual depletion

  1. Gasil

    (SOLVED)Healthbar with sprites, gradual change?

    Hello, I need a little clever way to do the following: I am using a custom healthbar I drew, using this code: ///The empty representation of the bar, the background. draw_sprite(spr_salud_fondo, 0, view_xport[0], view_yport[0]); ///The actual healthbar. draw_sprite_ext(spr_salud_barra...
Top