Arrow key font and greener progress bar.

This commit is contained in:
Rodrigo Gómez Maitret
2020-03-03 12:52:21 -06:00
parent a2f83fcfbb
commit aaead8dcff
78 changed files with 117 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ draw_sprite_stretched(spr_source, src.flip,
x_s, align_y(region.bot_left, 0 - 0.5),
w, h);
draw_sprite_stretched(spr_source, src.green,
draw_sprite_stretched(spr_source, src.progress,
x_s, align_y(region.bot_left, 0 - 0.5),
w*percent/100, h);