suchipi / hex-engine

A modern 2D game engine for the browser.
670 stars 26 forks source link

Inspector improvements #28

Open arya-s opened 4 years ago

arya-s commented 4 years ago

Here are a couple of things I noticed while working on the inspector that I think could use improvements:

suchipi commented 4 years ago

I agree with all of these :+1:

Though, for "I want a button to collapse all expanded entries in the inspector", since in your PR you're changing collapsing to work like pycharm, that can be performed by collapsing the root node, right?

Also, re "I want to select entities even when the run loop is paused", I want hover outlines to work when the run loop is paused, too.

arya-s commented 4 years ago

Though, for "I want a button to collapse all expanded entries in the inspector", since in your PR you're changing collapsing to work like pycharm, that can be performed by collapsing the root node, right?

Yep, it's very easy to add this if my PR goes through.

Also, re "I want to select entities even when the run loop is paused", I want hover outlines to work when the run loop is paused, too.

Ah yeah, good point. I edit-added it.