Skip to content

Commit

Permalink
Merge pull request fogleman#9 from mbozada/US3.1.1_US3.2.1
Browse files Browse the repository at this point in the history
US 3, Tasks US 3.1.1, US 3.1.2
  • Loading branch information
alexreigle committed Mar 31, 2021
2 parents 6bf5ab9 + 43eb92a commit f9cf913
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/item.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const int items[] = {
WHITE_FLOWER,
BLUE_FLOWER,
TNT,
ICE,
COMPACT_SNOW,
COLOR_00,
COLOR_01,
COLOR_02,
Expand Down Expand Up @@ -89,8 +91,8 @@ const int blocks[256][6] = {
{0, 0, 0, 0, 0, 0}, // 22
{0, 0, 0, 0, 0, 0}, // 23
{80, 80, 96, 64, 80, 80}, // 24 - TNT
{0, 0, 0, 0, 0, 0}, // 25
{0, 0, 0, 0, 0, 0}, // 26
{65, 65, 65, 65, 65, 65}, // 25 - ice
{66, 66, 66, 66, 66, 66}, // 26 - compact_snow
{0, 0, 0, 0, 0, 0}, // 27
{0, 0, 0, 0, 0, 0}, // 28
{0, 0, 0, 0, 0, 0}, // 29
Expand Down
2 changes: 2 additions & 0 deletions src/item.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#define WHITE_FLOWER 22
#define BLUE_FLOWER 23
#define TNT 24
#define ICE 25
#define COMPACT_SNOW 26
#define COLOR_00 32
#define COLOR_01 33
#define COLOR_02 34
Expand Down
Binary file modified textures/texture.png
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 f9cf913

Please sign in to comment.