sourencho / ungroup_game

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

User Overlay #120

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

Description

System for managing and creating UI elements. See commit messages for more detail.

Four test UI elements aligned to top right, top left, bottom right and bottom left with padding.

Screen Shot 2019-11-27 at 6 56 29 PM

FPS UI element on bottom right of window

Screen Shot 2019-11-28 at 5 01 42 PM

Fixes

Fixes #119

Commits

[4270688] User interface overlayed over game

[d5141b4] Add fonts to ResourceStore

[1adc138] FPS UI Element