mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 21:29:42 -04:00
darnell spray paint and also 300fps lol
This commit is contained in:
parent
56d59774e3
commit
7e1ea55ca9
2 changed files with 1 additions and 3 deletions
source
|
@ -24,7 +24,7 @@ class Main extends Sprite
|
|||
#if web
|
||||
var framerate:Int = 60; // How many frames per second the game should run at.
|
||||
#else
|
||||
var framerate:Int = 144; // How many frames per second the game should run at.
|
||||
var framerate:Int = 300; // How many frames per second the game should run at.
|
||||
|
||||
#end
|
||||
var skipSplash:Bool = true; // Whether to skip the flixel splash screen that appears in release mode.
|
||||
|
|
|
@ -278,8 +278,6 @@ class TitleState extends MusicBeatState
|
|||
|
||||
override function update(elapsed:Float)
|
||||
{
|
||||
trace(FlxG.renderBlit);
|
||||
|
||||
#if HAS_PITCH
|
||||
if (FlxG.keys.pressed.UP)
|
||||
FlxG.sound.music.pitch += 0.5 * elapsed;
|
||||
|
|
Loading…
Add table
Reference in a new issue