laserblue / MitchyMaize

A 2d RPG simulation of a maize breeding facility with fantasy adventures.
0 stars 0 forks source link

Github Website not working #21

Closed laserblue closed 7 years ago

laserblue commented 8 years ago

If it isn't one thing it's another. Now the entire Github website doesn't work. I click on the link and get a blank screen. Also still trying to find the bug in the Phaser Menu System code and thinking about dropping it and doing without mixins and polyfill etc. and just loading in a static screen image.

laserblue commented 7 years ago

Back in business. There was a line break in main.js putting var on the first line by itself. I'm not sure about the html code line 8. somehow main was used rather than div.It is printing out to the screen so I have to look into HTML. If main was correct than there may be a namespace conflict.

laserblue commented 7 years ago

Solved. Somehow var got separated from the rest of a line.