sourencho / ungroup_game

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

Background visuals #144

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

Description

Visualize background by using layered textures that move relative to player movement to achieve a parallax effect. background_visuals

Fixes

Nothing

Commits

[d2cbe9b] Visualize background

[d8f4f1c] Minor fix