Skip to content

Commit

Permalink
aughghg
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaginos16 committed Oct 25, 2023
1 parent ec5df93 commit c58aad0
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 2 deletions.
Binary file added Blocktest/Content/Graphics/Blocks/copper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blocktest/Content/Graphics/Blocks/gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blocktest/Content/Graphics/Blocks/iron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blocktest/Content/Graphics/Blocks/silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Blocktest/Icon.bmp
Binary file not shown.
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Copper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Copper
BlockSmoothing: true
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Gold.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Gold
BlockSmoothing: true
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Iron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Iron
BlockSmoothing: true
2 changes: 2 additions & 0 deletions Shared/Content/Blocks/Silver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BlockName: Silver
BlockSmoothing: true
10 changes: 8 additions & 2 deletions Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiteNetLib" Version="1.1.0"/>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303"/>
<PackageReference Include="LiteNetLib" Version="1.1.0" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
<PackageReference Include="YamlDotNet" Version="13.7.0" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="blocks.schema.json" />
<EmbeddedResource Include="Content\**\*.*" />
</ItemGroup>
<ItemGroup>
<None Remove="content\blocks\Copper.yml" />
<None Remove="content\blocks\Gold.yml" />
<None Remove="content\blocks\Iron.yml" />
<None Remove="content\blocks\Silver.yml" />
</ItemGroup>
</Project>

0 comments on commit c58aad0

Please sign in to comment.