mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-14 22:26:46 -05:00
Arrow key font and greener progress bar.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user