I don't even know what I changed at this point

This commit is contained in:
2025-01-15 19:29:34 +01:00
committed by andreas
parent b992e3f3a2
commit 6201369a0a
16 changed files with 311 additions and 20 deletions
@@ -0,0 +1,10 @@
package assets.tilesets;
import assets.schema.HTexSchema;
class TilesetAnimated{
public var sequences:Array<Sequence> = [];
public function new(){
}
}