1
0
Fork 0
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:
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(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