MichaelSinsbeck / platformer

A ninja platformer written in LÖVE
7 stars 0 forks source link

[LE] Grid doesn't fill the full canvas in fullscreen mode #135

Closed Germanunkol closed 10 years ago

Germanunkol commented 10 years ago

To reproduce: Press F to go to full screen, then start the level editor. Only upper left part of the canvas is filled by a grid.

michalove commented 10 years ago

Fixed it by moving editor.init into editor.start.

That will only fix it, as long as toggling full screen is not allowed inside the editor. (In my opinion, changing to fullscreen should only be possible in the options menu, later on)

Germanunkol commented 10 years ago

I agree. The bamboo boxes also don't rescale if scale changes inside the editor. So let's keep switching of resolution in the settings menu only.