eugeneloza / decoherence

Project moved to https://gitlab.com/EugeneLoza/decoherence
GNU General Public License v3.0
10 stars 7 forks source link

Why DecoPlayer is in GUI folder? #492

Closed eugeneloza closed 6 years ago

eugeneloza commented 6 years ago

Should be either in Input folder (and renamed to Playerinput) or in Player folder.

eugeneloza commented 6 years ago

Funny, but I don't remember what exactly I wanted in DecoPlayer? Should it be the whole PlayerParty or just input&movement handling? Can giving orders be separated from entities these orders are directed to?

eugeneloza commented 6 years ago

That makes sense: DActorBody DActor DPlayerCharacter DPlayerParty DPlayerInput (and therefore it goes into Actors folder? Or a separate Player folder with just a few files?)

eugeneloza commented 6 years ago

Yes, we have input only for CurrentParty, so PlayerControlledParty should be separated and stored in Input folder.