Add Placeable Wood Walls

This commit is contained in:
Andre Schweiger 2015-12-27 22:32:55 +01:00
parent f3d6264366
commit 23524f8cc4
4 changed files with 32 additions and 0 deletions

View file

@ -48,6 +48,7 @@
#define TILE_HARDROCK 19
#define TILE_CLOUDCACTUS 20
#define TILE_HOLE 21
#define TILE_WOOD_WALL 22
#define SWAP_UINT32(x) (((x) >> 24) | (((x) & 0x00FF0000) >> 8) | (((x) & 0x0000FF00) << 8) | ((x) << 24))
@ -83,6 +84,7 @@ u32 sandColor[2];
u32 waterColor[2];
u32 lavaColor[2];
u32 rockColor[4];
u32 woodColor[2];
char currentFileName[256];
extern u8 currentMenu;