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

@ -15,4 +15,6 @@ static constexpr unsigned int FLOWER_SIZE = SCREEN_WIDTH * 0.05;
namespace sf {
class Texture;
};
extern sf::Texture placeHolder;
// created because sprite doesn't have default constructor
// Not optimal but easy to use + initialized in GameData.cpp
extern sf::Texture PLACE_HOLDER_TEXTURE;