1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 17:39:20 +00:00

Automatically mark -release builds as not prototype.

This commit is contained in:
EliteMasterEric 2024-05-01 12:56:13 -04:00
parent 16c595b1ff
commit afdd28dbe2

View file

@ -41,7 +41,7 @@ class Constants
* A suffix to add to the game version.
* Add a suffix to prototype builds and remove it for releases.
*/
public static final VERSION_SUFFIX:String = ' PROTOTYPE';
public static final VERSION_SUFFIX:String = #if (DEBUG || FORCE_DEBUG_VERSION) ' PROTOTYPE' #else '' #end;
#if (debug || FORCE_DEBUG_VERSION)
static function get_VERSION():String