More tests

This commit is contained in:
Daniel Cronqvist 2024-08-14 20:29:55 +02:00
parent 653e5b5326
commit aecd97bd7d
8 changed files with 159 additions and 88 deletions

View file

@ -92,7 +92,12 @@ public partial class TestData
new Vector2(0, 0),
new Vector2(104,20),
new Vector2(35.6667f, 32.3333f)
]
],
Template = fileExt == "tmx" ? "poly.tx" : "poly.tj",
Properties = new Dictionary<string, IProperty>
{
["templateprop"] = new StringProperty { Name = "templateprop", Value = "helo there" }
}
},
new TileObject
{