increpare / PuzzleScript

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

inspector tool #526

Closed minotalen closed 3 years ago

minotalen commented 5 years ago

Icon: I, placed to the right of S in the editor when selected, clicking on a tile prints all objects on it to the console. Should be quite useful for debugging to know the state of a cell.

increpare commented 3 years ago

Late to comment on this - it sounds like a sort of thing that might be nice, but I'm very conservative about user flow/etc, or generally adding complexity. I'm leaving this open because it might be a good idea and whenever I look into debugging features again I might try it out.

Thanks for the suggestion! It's a good one.

increpare commented 3 years ago

doing some spring cleaning - regarding this as an offshoot of https://github.com/increpare/PuzzleScript/issues/78

increpare commented 3 years ago

[cells now show contents in map editor on hover]