We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c142072 commit eecfb61Copy full SHA for eecfb61
source/funkin/options/Options.hx
@@ -126,7 +126,7 @@ class Options
126
public static var P1_VOLUME_UP:Array<FlxKey> = [PLUS];
127
public static var P1_VOLUME_DOWN:Array<FlxKey> = [MINUS];
128
public static var P1_VOLUME_MUTE:Array<FlxKey> = [ZERO];
129
- public static var P1_FPS_COUNTER:Array<FlxKey> = [#if web NUMBER_3 #else F3 #end]; // 3 on web or F3 on windows, linux and other things that runs code
+ public static var P1_FPS_COUNTER:Array<FlxKey> = [#if web THREE #else F3 #end]; // 3 on web or F3 on windows, linux and other things that runs code
130
131
// Debugs
132
public static var P1_DEV_ACCESS:Array<FlxKey> = [SEVEN];
0 commit comments