Even Pickier Dollies


Move and rotate most placed entities.

Utilities
18 days ago
2.0
12.5K
Cheats

i Idea for implementing mouse movement

2 months ago

Was thinking about how it could be possible to let the player move entities using the mouse instead of arrow keys.

  1. When player presses the hotkey, create invisible 1x1 entities along all the sides of the entity under the cursor.
  2. Listen to the on_selected_entity_changed event.
  3. When selected entity is changed to one of these invisible entities, move entity in that direction, then delete all the invisible entities and create new invisible entities around the new position

Not sure if this would actually work practically, especially with multiplayer. I might try implementing this at some point after I'm done with current projects.

2 months ago

Being a heavy keyboard user, its not something that I have considered. I would look at a PR but don't plan do build this myself.

New response