Fix rest of model to use new structure and prepare docs

This commit is contained in:
Daniel Cronqvist 2024-08-24 23:08:24 +02:00
parent b46eed774a
commit 4580772ced
25 changed files with 94 additions and 200 deletions

View file

@ -95,10 +95,9 @@ public partial class TestData
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" }
}
Properties = [
new StringProperty { Name = "templateprop", Value = "helo there" }
]
},
new TileObject
{