Update FlowerPotTile_SPU.h

This commit is contained in:
DeadVoxelx
2026-04-26 23:49:48 -04:00
committed by GitHub
parent ba27b32241
commit ff99597e7f

View File

@@ -16,6 +16,7 @@ public:
static const int TYPE_CACTUS = 9;
static const int TYPE_DEAD_BUSH = 10;
static const int TYPE_FERN = 11;
static const int TYPE_SHRUB = 12;
FlowerPotTile_SPU(int id) : Tile_SPU(id) {}
@@ -29,4 +30,4 @@ public:
bool isSolidRender(bool isServerLevel = false) { return false; }
int getRenderShape() { return SHAPE_FLOWER_POT; }
bool isCubeShaped() { return false; }
};
};