mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-26 12:00:35 +00:00
Update Constants.hx (#3853)
This commit is contained in:
parent
785c4be88b
commit
ad45b72b1a
|
@ -55,6 +55,11 @@ class Constants
|
|||
}
|
||||
#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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue