mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-07-10 23:48:06 +03:00
More tests
This commit is contained in:
parent
653e5b5326
commit
aecd97bd7d
8 changed files with 159 additions and 88 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue