Matt-Crow / GearBox

A C# MMORPG-like game.
0 stars 0 forks source link

Static content type: map #8

Closed Matt-Crow closed 1 year ago

Matt-Crow commented 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.

Matt-Crow commented 1 year ago

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.