mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 03:56:04 +03:00
Fix rest of model to use new structure and prepare docs
This commit is contained in:
parent
b46eed774a
commit
4580772ced
25 changed files with 94 additions and 200 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue