fix caching of gamers
This commit is contained in:
parent
7512c87425
commit
8c1d6d7c4d
@ -85,9 +85,6 @@ class Main extends Sprite
|
|||||||
game = new FlxGame(gameWidth, gameHeight, initialState, zoom, framerate, framerate, skipSplash, startFullscreen);
|
game = new FlxGame(gameWidth, gameHeight, initialState, zoom, framerate, framerate, skipSplash, startFullscreen);
|
||||||
#end
|
#end
|
||||||
addChild(game);
|
addChild(game);
|
||||||
|
|
||||||
PlayerSettings.init();
|
|
||||||
|
|
||||||
#if windows
|
#if windows
|
||||||
DiscordClient.initialize();
|
DiscordClient.initialize();
|
||||||
|
|
||||||
@ -97,13 +94,6 @@ class Main extends Sprite
|
|||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
||||||
Highscore.load();
|
|
||||||
|
|
||||||
FlxG.save.bind('funkin', 'ninjamuffin99');
|
|
||||||
|
|
||||||
KadeEngineData.initSave();
|
|
||||||
|
|
||||||
#if !mobile
|
#if !mobile
|
||||||
fpsCounter = new FPS(10, 3, 0xFFFFFF);
|
fpsCounter = new FPS(10, 3, 0xFFFFFF);
|
||||||
addChild(fpsCounter);
|
addChild(fpsCounter);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user