added some documentation & explanations

This commit is contained in:
Noel Berry
2021-01-04 18:55:26 -08:00
parent 68bb409f98
commit 7173d65263
8 changed files with 30 additions and 0 deletions

3
content/map/readme.md Normal file
View File

@ -0,0 +1,3 @@
Due to making this game under heavy time constraints, I opted not to make or use a level editor. Instead, each object is assigned a color and I used a generic paint tool to design the levels.
Under normal circumstances, I would argue against this method and instead use something like Ogmo Editor or Tiled. It's really hard to remember what object is what color!