* Add FireTexture.

This commit is contained in:
iProgramInCpp
2023-08-09 12:41:27 +03:00
parent 476d519eee
commit a2a33e7988
8 changed files with 113 additions and 16 deletions

View File

@@ -669,6 +669,7 @@ void Minecraft::init()
m_pTextures->addDynamicTexture(new WaterSideTexture);
m_pTextures->addDynamicTexture(new LavaTexture);
m_pTextures->addDynamicTexture(new LavaSideTexture);
m_pTextures->addDynamicTexture(new FireTexture(0));
m_pLevelRenderer = new LevelRenderer(this, m_pTextures);
m_pGameRenderer = new GameRenderer(this);
m_pParticleEngine = new ParticleEngine(m_pLevel, m_pTextures);