InDieTasten / operator-game

A game about operating machines, vessels and plants made in Bevy game engine
https://about.indietasten.net/operator-game/
MIT License
0 stars 0 forks source link

Improve camera movement #58

Open InDieTasten opened 1 year ago

InDieTasten commented 1 year ago

Either make sure the camera follow_system is running after the player movement system, or add a tweening for the camera movement, so that it lags behind in a way that looks more like it's intended ^^

InDieTasten commented 1 year ago

The camera entity could be placed as child on the player, so that the transform would be automatilly applied by the engine