Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/funkin/util/Constants.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Loading