lampe-games / godot-open-rts

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

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

Closed williamsokol closed 7 months ago

williamsokol commented 7 months 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 7 months ago

Thanks!