mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
temp enabling fps
This commit is contained in:
parent
658fd392fa
commit
bc0af9ae9f
|
@ -113,6 +113,8 @@ class Main extends Sprite
|
||||||
|
|
||||||
addChild(game);
|
addChild(game);
|
||||||
|
|
||||||
|
addChild(fpsCounter);
|
||||||
|
|
||||||
#if hxcpp_debug_server
|
#if hxcpp_debug_server
|
||||||
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
|
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue