background

This commit is contained in:
Crizomb 2025-06-14 23:32:34 +02:00
parent 785453b009
commit b5a253a865
5 changed files with 35 additions and 12 deletions

View file

@ -0,0 +1,5 @@
#include "GameData.hpp"
#include <SFML/Graphics/Texture.hpp>
#include <SFML/System/Vector2.hpp>
sf::Texture placeHolder = sf::Texture(sf::Vector2u(200, 200));