some minor changes

This commit is contained in:
2025-01-15 19:44:59 +01:00
committed by andreas
parent abe162bbb1
commit 8e659e38a5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
<!-- NMML reference: https://gist.github.com/1763850 -->
<!-- metadata, make sure 'package' is at least 3 segments (ie. com.mycompany.myproject) -->
<meta title="FLWork" package="FLWork" version="1.0.0" company="" />
<meta title="hgame" package="FLWork" version="1.0.0" company="" />
<!-- output -->
<app main="Main" file="FLWork" path="bin" />
<app main="Main" file="hgame" path="bin" />
<!-- <window background="#FFFFFF" fps="60" /> -->
<window background="null" color-depth="32" fps="60" />