ModusCreateOrg/modite-adventure

Pre-release Tasks

jaygarcia opened this issue · 1 comments

  • Comment out all printfs
  • Comment out level name in top left corner
GGameState::PostRender() {
..
//    gDisplay.renderBitmap->DrawString(gViewPort, mText, gFont8x8, 4, 4, COLOR_TEXT, COLOR_TEXT_TRANSPARENT);
...
}
  • Add #ifdef / #endif around debug menu
  • Optimize all music files
  • Lock in pre-compiled Resources.bin file
  • Update Readme and all docs w/ licenses, attributions
  • Add Sound Track to Modus SoundCloud account
  • ... what else?

Will do the "comment out" items. Level name can probably just be disabled except when debug overlay on.