1
0
Fork 0
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:
Abnormal 2025-01-17 20:45:01 +00:00 committed by GitHub
parent 785c4be88b
commit ad45b72b1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
*/