mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-27 07:17:20 +00:00
Committing all the additional stuff (Lowering FPS
For my PC lol)
This commit is contained in:
parent
4dad17d241
commit
8a2d8a9941
2
art
2
art
|
@ -1 +1 @@
|
||||||
Subproject commit 55c1b56823d4d7a74397bab9aeab30f15126499c
|
Subproject commit faeba700c5526bd4fd57ccc927d875c82b9d3553
|
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit ac95dcfb5e702d76852badc21f19706518ceb6e2
|
Subproject commit d09b1e0f175dc19986a1ef6ef1185c060acd1b71
|
|
@ -26,7 +26,7 @@ class Main extends Sprite
|
||||||
var framerate:Int = 60; // How many frames per second the game should run at.
|
var framerate:Int = 60; // How many frames per second the game should run at.
|
||||||
#else
|
#else
|
||||||
// TODO: This should probably be in the options menu?
|
// TODO: This should probably be in the options menu?
|
||||||
var framerate:Int = 144; // How many frames per second the game should run at.
|
var framerate:Int = 60; // How many frames per second the game should run at.
|
||||||
#end
|
#end
|
||||||
var skipSplash:Bool = true; // Whether to skip the flixel splash screen that appears in release mode.
|
var skipSplash:Bool = true; // Whether to skip the flixel splash screen that appears in release mode.
|
||||||
var startFullscreen:Bool = false; // Whether to start the game in fullscreen on desktop targets
|
var startFullscreen:Bool = false; // Whether to start the game in fullscreen on desktop targets
|
||||||
|
|
Loading…
Reference in a new issue