mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
Fix goblin skeleton file references after file rename (Xamarin iOS)
This commit is contained in:
parent
e38213fb67
commit
ecaea3ae12
@ -112,15 +112,6 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.atlas">
|
||||
<Link>data\goblins-ffd.atlas</Link>
|
||||
</Content>
|
||||
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.json">
|
||||
<Link>data\goblins-ffd.json</Link>
|
||||
</Content>
|
||||
<Content Include="..\..\..\spine-xna\example\data\goblins-ffd.png">
|
||||
<Link>data\goblins-ffd.png</Link>
|
||||
</Content>
|
||||
<Content Include="..\..\..\spine-xna\example\data\raptor.atlas">
|
||||
<Link>data\raptor.atlas</Link>
|
||||
</Content>
|
||||
@ -139,5 +130,14 @@
|
||||
<Content Include="..\..\..\spine-xna\example\data\spineboy.png">
|
||||
<Link>data\spineboy.png</Link>
|
||||
</Content>
|
||||
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.png">
|
||||
<Link>data\goblins-mesh.png</Link>
|
||||
</Content>
|
||||
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.json">
|
||||
<Link>data\goblins-mesh.json</Link>
|
||||
</Content>
|
||||
<Content Include="..\..\..\spine-xna\example\data\goblins-mesh.atlas">
|
||||
<Link>data\goblins-mesh.atlas</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
x
Reference in New Issue
Block a user