feat: slime block

This commit is contained in:
Fireblade
2026-05-22 21:15:13 -04:00
parent 67d6b2692f
commit 05c14bc0fe
38 changed files with 449 additions and 33 deletions
+1
View File
@@ -20,6 +20,7 @@ static std::map<wstring, int> doorItemMap = {
DoorTile::DoorTile(int id, Material *material, const wstring& doorType) : Tile(id, material,isSolidRender())
{
setLightBlock(0);
this->doorType = doorType;
float r = 0.5f;