darnell spray paint and also 300fps lol

This commit is contained in:
Cameron Taylor 2022-01-20 22:15:32 -05:00
parent 56d59774e3
commit 7e1ea55ca9
2 changed files with 1 additions and 3 deletions

View file

@ -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.

View file

@ -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;