Skip to content

Commit 788427e

Browse files
unexpected fucking slash bro
1 parent ed16a4b commit 788427e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/preload/data/songs/cocoa/cocoa-metadata-erect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "2.2.4",
33
"songName": "Cocoa Erect",
4-
"artist": "Saster",
4+
"artist": "Saster (ft. Crisp)",
55
"charter": "Fabs + Spazkid",
66
"playData": {
77
"difficulties": ["erect", "nightmare"],

source/Main.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ class Main extends Sprite
4747
#else
4848
var framerate:Int = 144; // How many frames per second the game should run at.
4949
#end
50-
*/ / var skipSplash:Bool = true; // Whether to skip the flixel splash screen that appears in release mode.
50+
*/
51+
var skipSplash:Bool = true; // Whether to skip the flixel splash screen that appears in release mode.
5152
var startFullscreen:Bool = false; // Whether to start the game in fullscreen on desktop targets
5253

5354
// You can pretty much ignore everything from here on - your code should go in your states.

0 commit comments

Comments
 (0)