placeHolder texture rename + comments

This commit is contained in:
Crizomb 2025-06-15 17:27:31 +02:00
parent f574bd769d
commit d849c8b037
3 changed files with 5 additions and 3 deletions

View file

@ -2,4 +2,4 @@
#include <SFML/Graphics/Texture.hpp>
#include <SFML/System/Vector2.hpp>
sf::Texture placeHolder = sf::Texture(sf::Vector2u(200, 200));
sf::Texture PLACE_HOLDER_TEXTURE = sf::Texture(sf::Vector2u(20, 20));