(client) fix:修复定义链接不正确赋值的问题

This commit is contained in:
m0_75251201
2025-07-16 15:57:13 +08:00
parent ffeb65ba6b
commit 41c20a498d
35 changed files with 85 additions and 63 deletions

View File

@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Define>
<ImageDef>
<defName>GrassDirtTexture</defName>
<path>Map\GrassSoild.png</path>
<wCount>4</wCount>
<hCount>4</hCount>
</ImageDef>
<TileDef>
<defName>GrassDirtTiles</defName>
<texture>GrassDirtTexture</texture>
<name>GrassDirt</name>
</TileDef>
<TileMappingTableDef>
<defName>GrassDirtTable</defName>
<Grass_Grass_Grass_Grass value="GrassDirt_6"/>