dndplayer / dnd-player

An online virtual DND playground to support online groups.
https://dnd-player.com
Other
1 stars 0 forks source link

Create a properties panel that can be popped out #23

Closed chrisella closed 5 years ago

chrisella commented 5 years ago

To start with, the simplest way to handle modifying properties of mapobjects (rotation, scale, layer etc) is through a properties panel. Eventually it would be nice to have contextual interfaces when over/around or clicking on an object.

To be able to show this properties panel and keep it in sync with the currently selected object, the selection code needs to be re-worked, however until then this can still mostly be implemented with just a static id to display and update.

When the selection bits are done, there will likely be a new reducer (not decided yet) that contains some local state around selection etc.

See issue #24 for details of the support for selection.