feat: tu43 entity sounds, spawner fixes, and a 16x16 region toolset

This commit is contained in:
Fireblade
2026-07-23 19:47:55 -04:00
parent 1488469cb2
commit a045d994fb
135 changed files with 416 additions and 20 deletions
+10
View File
@@ -83,6 +83,16 @@ void SnowMan::aiStep()
}
}
int SnowMan::getHurtSound()
{
return eSoundType_ENTITY_SNOWMAN_HURT;
}
int SnowMan::getDeathSound()
{
return eSoundType_ENTITY_SNOWMAN_DEATH;
}
int SnowMan::getDeathLoot()
{
return Item::snowball_Id;