C# (CSharp) PantheonPrototype Level - 4 examples found. These are the top rated real world C# (CSharp) examples of PantheonPrototype.Level extracted from open source projects. You can rate examples to help us improve the quality of examples.
This is the preliminary level class. The level class handles rendering the map and handling all entities that happen to populate said map. These entities will be used to build the world and create event triggering, enemies, NPCs, etc. This should be where the majority of the game logic goes, via the interaction between entities. Level content will be loaded dynamically through some sort of WAD-type file.