some minor changes

This commit is contained in:
2021-03-31 16:13:23 +02:00
parent 33e5a67e4d
commit 7e3369d128
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" />