philschatz / puzzlescript

:video_game: Play Accessible PuzzleScript games in your terminal or embed them
https://philschatz.com/puzzlescript/
28 stars 11 forks source link

use zen screen instead of full screen #131

Closed philschatz closed 5 years ago

philschatz commented 5 years ago

full screen has problems with alerts causing the game to drop out and it is annoying on desktops to take over the whole screen. This change instead clears all of the other elements off the screen

codecov[bot] commented 5 years ago

Codecov Report

Merging #131 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   47.98%   47.98%           
=======================================
  Files         150      150           
  Lines       12228    12228           
  Branches      871      871           
=======================================
  Hits         5868     5868           
  Misses       6188     6188           
  Partials      172      172

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 62a8256...74f3a02. Read the comment docs.