Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

feat: Spawn to open tiles only #80

Closed Rushwind13 closed 1 week ago

Rushwind13 commented 1 week ago

added m_llOpenArea for all spawnable points in the level monster, item, player, and stair spawn all use AnyOpenTile() for a random spawn point appears mobs and breed mobs spawn Nearby() parent