Committing all the additional stuff (Lowering FPS

For my PC lol)
This commit is contained in:
CheemsAndFriends 2024-08-19 13:41:29 +02:00
parent 4dad17d241
commit 8a2d8a9941
3 changed files with 3 additions and 3 deletions

2
art

@ -1 +1 @@
Subproject commit 55c1b56823d4d7a74397bab9aeab30f15126499c
Subproject commit faeba700c5526bd4fd57ccc927d875c82b9d3553

2
assets

@ -1 +1 @@
Subproject commit ac95dcfb5e702d76852badc21f19706518ceb6e2
Subproject commit d09b1e0f175dc19986a1ef6ef1185c060acd1b71

View file

@ -26,7 +26,7 @@ class Main extends Sprite
var framerate:Int = 60; // How many frames per second the game should run at.
#else
// 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
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