From 82da829cb36fa274f614fe7f0e4b9dbb086ed0a4 Mon Sep 17 00:00:00 2001 From: "HRK.EXEX" <74143200+HRK-EXEX@users.noreply.github.com> Date: Thu, 12 Dec 2024 02:23:58 +0900 Subject: [PATCH] commit test with ssh from vscode --- source/Main.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Main.hx b/source/Main.hx index 37179dd7..f2a0ac58 100644 --- a/source/Main.hx +++ b/source/Main.hx @@ -45,7 +45,7 @@ class Main extends Sprite skipSplash: true, // if the default flixel splash screen should be skipped startFullscreen: false // if the game should start at fullscreen mode }; - + // hi public static var fpsBg:FPSBg; public static var fpsVar:FPSCounter;