increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 159 forks source link

Make the code editor mobile-friendly #921

Closed odog8 closed 2 years ago

odog8 commented 2 years ago

The puzzlescript editor doesnt show everything on mobile, eg. the run, export buttons.

increpare commented 2 years ago

What device are you using? Could you post a screenshot? I feel like the editor can't really support Mobile phones because of how much stuff is going on, but I do aim to support tablets (and have used it on tablet myself).

increpare commented 2 years ago

On the other hand, the question of how to display the options when the window is too narrow is maybe a good one - maybe it'd be better to increase the size of the toolbar in that case and have the things over two lines? Hmm!

odog8 commented 2 years ago

Screenshot_20220609-161810_Chrome Everything works, except the toolbar at the top, and the drop-downs. If the toolbar scrolled it would be better. This is a stretch, but what if you put the editor and player in different 'tabs'?