I now have a semi-functional GUI system that uses the ECS style to build gui elements rather than inheritance.
This commit is contained in:
parent
615599084a
commit
46de98e6f4
12 changed files with 213 additions and 146 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <SFML/Graphics/Color.hpp>
|
||||
|
||||
namespace ColorValue {
|
||||
const sf::Color BLACK{0, 0, 0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue