mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 01:24:14 -05:00
Progress progress.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
enum but { info, area, plus, minus, image };
|
||||
enum src { red, yellow, green, blue, black, pink, orange, purple, white };
|
||||
enum src { red, yellow, green, blue, black, pink, orange, purple, white, flip };
|
||||
|
||||
hover = false;
|
||||
pressed = false;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
hud_draw_selected();
|
||||
hud_draw_counter();
|
||||
hud_draw_progress();
|
||||
|
||||
// Debug
|
||||
draw_guidelines(true);
|
||||
|
||||
Reference in New Issue
Block a user