lampe-games / godot-open-rts

Open Source RTS game made in Godot 4
https://lampe-games.itch.io/open-rts
MIT License
654 stars 85 forks source link

Add and remove units from the selection with shift. #81 #86

Closed williamsokol closed 11 months ago

williamsokol commented 1 year ago

I added the shift button/action to the project settings and used it follow what the issue was requesting.

  • Holding shift and box selecting units should add them to the current selection.

  • Holding shift and clicking on a unit should add it to the selection

  • Holding shift and clicking on an already selected unit should remove it from the selection

Scony commented 11 months ago

Thanks!