mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 01:46:02 +03:00
Now able to override properties from class in Map
This commit is contained in:
parent
0ad1347bc1
commit
ffc529ecb6
7 changed files with 137 additions and 6 deletions
|
@ -55,7 +55,7 @@ public partial class TestData
|
|||
},
|
||||
new StringProperty
|
||||
{
|
||||
Name = "stringbool",
|
||||
Name = "classstring",
|
||||
Value = "Hello there default value"
|
||||
}
|
||||
]
|
||||
|
@ -74,7 +74,7 @@ public partial class TestData
|
|||
},
|
||||
new StringProperty
|
||||
{
|
||||
Name = "stringbool",
|
||||
Name = "classstring",
|
||||
Value = "Hello there default value"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue