Skip to content

Commit

Permalink
Merge pull request #4 from Imaginos16/pykrete
Browse files Browse the repository at this point in the history
Adds Pykrete
  • Loading branch information
MarkSuckerberg authored Aug 22, 2023
2 parents 6edfd6c + 7c8ba55 commit 4ec8b89
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Blocktest/BlocktestGame.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Blocktest.Rendering;
using Blocktest.Rendering;
using Microsoft.Xna.Framework.Input;

namespace Blocktest
Expand Down
13 changes: 13 additions & 0 deletions Blocktest/Code/Blocks/Pykrete.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace Blocktest.Blocks
{
public class Pykrete : Block
{
public override void Initialize()
{
blockName = "Pykrete";
blockID = 8;
blockSmoothing = true;
base.Initialize();
}
}
}
Binary file added Blocktest/Content/Graphics/Blocks/pykrete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ec8b89

Please sign in to comment.