Ice: Implement other acceleration for ice

This commit is contained in:
Er2
2023-12-02 18:46:40 +03:00
parent 9b76709059
commit e78fcc3448
5 changed files with 6 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
IceTile::IceTile(int a, int b, Material* c) : HalfTransparentTile(a, b, c)
{
setTicking(true);
m_acceleration = 1;
}
int IceTile::getRenderLayer()