isadorasophia / murder

Murder is a pixel art ECS game engine.
https://isadorasophia.com/murder/
MIT License
2.45k stars 61 forks source link

Better entity editor movement #74

Open saint11 opened 7 months ago

saint11 commented 7 months ago

It would be great to have some nice quality of life improvements on the entity selector. This would only be enabled if the entity is selected - otherwise, move camera, like we have it now:

Other features that would be nice:

saint11 commented 6 months ago

Nice, thanks @grouting! The only remaining feature we need now is Alt+Click+Drag duplicate entity and drag.

grouting commented 6 months ago

I'll start work on this as soon as possible.

saint11 commented 6 months ago

There are some interactions with the collider editor that are conflicting with the Shift+Drag (axis drag) I'll fix it here

grouting commented 6 months ago

I've made a PR (#76) that fixes an issue with the axis drag when multiple entities are selected.