gitdefence / game-off-2012

Build networks, destroy bugs
http://www.justinmcgirr.com/gitdefence/master/game/
5 stars 1 forks source link

Tutorial is totally broken #96

Closed crazy2be closed 11 years ago

crazy2be commented 11 years ago
  1. Open defaultDebug.js
  2. Comment the line DFlag.disableTutorial = true
  3. Notice that the game now crashes in inputHandler.js.

Not really a bug since we disable it by default, but if we did decide to re-enable it later, we'll probably have to fix a lot of stuff.