Preparazione aggiunta texture

This commit is contained in:
2026-06-22 16:00:08 +02:00
parent 729c634854
commit 4ac25779bd
6 changed files with 11 additions and 3 deletions
+2
View File
@@ -8,6 +8,8 @@ class Caviglia : public PieceInterface{
private:
const sf::Vector3f caviglia_Dim = {60, 200, 60};
const sf::Color caviglia_Col = sf::Color(230,160,11,255);
const sf::Texture TextureF = sf::Texture(TEXTUREPATH + "cavigliaF.png");
const sf::Texture TextureL = sf::Texture(TEXTUREPATH + "cavigliaL.png");
public: