1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-24 21:47:20 +00:00

temp enabling fps

This commit is contained in:
Cameron Taylor 2024-04-14 03:01:07 -04:00
parent 658fd392fa
commit bc0af9ae9f

View file

@ -113,6 +113,8 @@ class Main extends Sprite
addChild(game);
addChild(fpsCounter);
#if hxcpp_debug_server
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
#else