lampe-games / godot-open-rts

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

#52 Rally Points are added #57

Closed Bazsi1224 closed 1 year ago

Bazsi1224 commented 1 year ago

Each unit production building has a node RallyPoint. Each freshly generated unit will automatically go there.

Planned to making able to select resource as rallyPoint to start gathering automatically.

Visuals shall be updated, as the current one is a glowing cylinder

Scony commented 1 year ago

Thanks, I'll need a day or two to review. If possible please squash commits into one as the change is not very large.

Bazsi1224 commented 1 year ago

sure thing, I am pretty new to GitHub, so sorry if I do something wrong.

Scony commented 1 year ago

I've checked the changes and they look pretty good. I'll integrate them manually. I'll also add a few improvements. Thanks for bringing these changes!

Scony commented 1 year ago

Changes merged to main, thanks!