update to TMXTile 1.5.8
This commit is contained in:
parent
91289de74f
commit
8a66532e74
|
@ -13,7 +13,7 @@
|
||||||
* Fixed rare 'collection was modified' error when using `harmony summary` console command in rare cases.
|
* Fixed rare 'collection was modified' error when using `harmony summary` console command in rare cases.
|
||||||
|
|
||||||
* For modders:
|
* For modders:
|
||||||
* Updated TMXTile 1.5.6 → 1.5.7 to fix exported `.tmx` files losing tile index properties.
|
* Updated TMXTile 1.5.6 → 1.5.8 to fix exported `.tmx` files losing tile index properties.
|
||||||
|
|
||||||
* For the Console Commands mod:
|
* For the Console Commands mod:
|
||||||
* `player_add` can now spawn shirts normally only available during character customization.
|
* `player_add` can now spawn shirts normally only available during character customization.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<PackageReference Include="LargeAddressAware" Version="1.0.5" />
|
<PackageReference Include="LargeAddressAware" Version="1.0.5" />
|
||||||
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
|
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||||
<PackageReference Include="Platonymous.TMXTile" Version="1.5.7" />
|
<PackageReference Include="Platonymous.TMXTile" Version="1.5.8" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in New Issue