Added a working progress bar.

This commit is contained in:
TheGreenTie
2020-03-01 23:14:08 -06:00
parent 680cb32028
commit 68f11d5307
10 changed files with 96 additions and 26 deletions

View File

@@ -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);

View File

@@ -1,7 +1,11 @@
/// @description CLICKEDY CLICK
own_prev = own;
if (++own > 4)
own = 0;
progress_update();
global.various_to = own;