mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
fast loading on preloader
This commit is contained in:
parent
67cd4e40be
commit
39d92eb09d
|
@ -357,7 +357,7 @@ class Constants
|
||||||
* The progress bare is automatically rescaled to match.
|
* The progress bare is automatically rescaled to match.
|
||||||
*/
|
*/
|
||||||
#if debug
|
#if debug
|
||||||
public static final PRELOADER_MIN_STAGE_TIME:Float = 1.0;
|
public static final PRELOADER_MIN_STAGE_TIME:Float = 0.0;
|
||||||
#else
|
#else
|
||||||
public static final PRELOADER_MIN_STAGE_TIME:Float = 0.1;
|
public static final PRELOADER_MIN_STAGE_TIME:Float = 0.1;
|
||||||
#end
|
#end
|
||||||
|
|
Loading…
Reference in a new issue