mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-12 12:46:01 -05:00
Added a working progress bar.
This commit is contained in:
4
Project/scripts/progress_update/progress_update.gml
Normal file
4
Project/scripts/progress_update/progress_update.gml
Normal file
@@ -0,0 +1,4 @@
|
||||
if (own_prev==0 && own!=0)
|
||||
global.progress++;
|
||||
else if (own_prev!=0 && own==0)
|
||||
global.progress--;
|
||||
Reference in New Issue
Block a user