add the connection with the editor and can test the json now
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public static class GameConfig
|
||||
{
|
||||
// Toggle detailed logging for debugging. Keep false in production for performance.
|
||||
public static bool verboseLogs = false;
|
||||
|
||||
// When true, gameplay will not automatically read JSON beatmaps on Start.
|
||||
public static bool testMode = false;
|
||||
}
|
||||
Reference in New Issue
Block a user