This commit is contained in:
Isuru Samarathunga
2025-09-11 11:13:47 +05:30
parent 2856bfac6c
commit 33513ba94e
18 changed files with 245 additions and 33 deletions

View File

@ -4,8 +4,8 @@ namespace ia::iae::game
{
TiledMap::TiledMap(IN Engine *engine) : m_engine(engine)
{
m_musicEmitter = AddComponent<SoundEmitterComponent>();
m_atlasRenderer = AddComponent<AtlasRendererComponent>();
//m_musicEmitter = AddComponent<SoundEmitterComponent>();
//m_atlasRenderer = AddComponent<AtlasRendererComponent>();
}
VOID TiledMap::OnAdded(IN Scene *scene)