sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
13 stars 1 forks source link

Game should be playable without shaders #167

Open sourencho opened 4 years ago

sourencho commented 4 years ago

I want the game to be playable without shaders on.

If shaders display some information about the game state to the player then we should have an alternative way to display that info for when shaders are turned off (e.g. mine resource quantities or group resource quantities)

sourencho commented 4 years ago

There is a concern about having to maintain two views of the game.. worth keeping in mind