mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-28 05:24:06 -05:00
Added a working progress bar.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
|
||||
if (mouse_check_button(mb_right))
|
||||
{
|
||||
own_prev = own;
|
||||
click_slot(global.various_to);
|
||||
progress_update();
|
||||
}
|
||||
|
||||
hover = true;
|
||||
color = get_color3(own, true);
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/// @description CLICKEDY CLICK
|
||||
|
||||
own_prev = own;
|
||||
|
||||
if (++own > 4)
|
||||
own = 0;
|
||||
|
||||
progress_update();
|
||||
|
||||
global.various_to = own;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user