This commit is contained in:
2026-08-06 00:29:37 +02:00
parent 31d458f8b7
commit fedc18c3ca
19 changed files with 779 additions and 131 deletions

View File

@@ -17,7 +17,8 @@ class Project extends HXProject {
// App settings
app.main = "Main";
app.file = "hgame";
app.path = "bin";
app.path = "bin/openfl-build-chain";
app.preloader = "HGamePreloader";
// Window config
@@ -52,6 +53,8 @@ class Project extends HXProject {
haxeflags.push("--macro keep('Main')");
haxeflags.push("-dce full");
// target = Platform.LINUX;
target = Platform.LINUX;
}
}