Closed Matt-Crow closed 1 year ago
A map is drawn as the background the player moves around on. Tiles on the map can be either blocking or non-blocking.
World should have a Map field which defaults to a blank map. Keep the StaticWorldObjects collection for now, as later classes will use it. Draw map first, then static, then dynamic.
World
Map
StaticWorldObjects
A map is drawn as the background the player moves around on. Tiles on the map can be either blocking or non-blocking.