unknown-horizons / godot-port

Unknown Horizons Godot Engine Port
https://www.unknown-horizons.org
GNU General Public License v2.0
665 stars 83 forks source link

New Game UI and Ship Selection + Movement #43

Closed artism90 closed 5 years ago

artism90 commented 5 years ago

Fixes #13 #16.

This PR allows to create a game session via the New Game menu and select a map. Unusable features for the time being are greyed out.

In-game, units can be now selected and sent around the terrain. The ships are (if available) colored by their respective faction.

The new Game and Player classes define the behavior whilst a session. A PlayerStart node on the map defines, where all the players spawn.

artism90 commented 5 years ago

If nothing missed, all warnings should be gone by now.

LinuxDonald commented 5 years ago

Now ready for merge?

artism90 commented 5 years ago

The already mentioned issues must have slipped off when my Git repo screwed up.

Should be gone this time. Hopefully.