Added in working animation graphics for tools.
After Width: | Height: | Size: 932 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 837 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 973 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 865 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 915 B |
After Width: | Height: | Size: 1.3 KiB |
|
@ -145,7 +145,10 @@
|
|||
<Compile Include="Framework\Objects\InformationFiles\ResourceInformaton.cs" />
|
||||
<Compile Include="Framework\Objects\Interfaces\IItemInfo.cs" />
|
||||
<Compile Include="Framework\Objects\Items\Resources\Ore.cs" />
|
||||
<Compile Include="Framework\Objects\Items\Tools\AxeExtended.cs" />
|
||||
<Compile Include="Framework\Objects\Items\Tools\HoeExtended.cs" />
|
||||
<Compile Include="Framework\Objects\Items\Tools\PickaxeExtended.cs" />
|
||||
<Compile Include="Framework\Objects\Items\Tools\WateringCanExtended.cs" />
|
||||
<Compile Include="Framework\Objects\Machines\Machine.cs" />
|
||||
<Compile Include="Framework\Objects\MultiTiledComponent.cs" />
|
||||
<Compile Include="Framework\Objects\MultiTiledObject.cs" />
|
||||
|
@ -239,9 +242,12 @@
|
|||
<Content Include="Content\Graphics\Items\Resources\Ore\TitaniumOre.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Graphics\Items\Tools\DefaultAxeWorking.png" />
|
||||
<Content Include="Content\Graphics\Items\Tools\DefaultHoeWorking.png" />
|
||||
<Content Include="Content\Graphics\Items\Tools\DefaultPickaxeWorking.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Graphics\Items\Tools\DefaultWateringCanWorking.png" />
|
||||
<Content Include="Content\Graphics\Items\Tools\Pickaxe.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|