mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 11:15:24 -05:00
Merge e2ed3b68ce
into 9e13ea0b2c
This commit is contained in:
commit
9155eddb45
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ class Constants
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether or not the game is a debug build.
|
||||||
|
*/
|
||||||
|
public static final DEBUG_BUILD:Bool = #if FEATURE_DEBUG_FUNCTIONS true #else false #end;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* URL DATA
|
* URL DATA
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue