Fix saving slot names

This commit is contained in:
Lubos Lenco
2020-06-08 10:56:04 +02:00
parent 387ad911d5
commit 2b1ae8a203
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ typedef TProjectFormat = {
}
typedef TLayerData = {
public var name: String;
public var res: Int; // Width pixels
public var bpp: Int; // Bits per pixel
public var texpaint: haxe.io.Bytes;