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
+3 -1
View File
@@ -9,7 +9,9 @@ class Coscia : public PieceInterface{
private:
const sf::Vector3f coscia_Dim = {80, 200, 80};
const sf::Color coscia_Col = sf::Color::Yellow;
const sf::Texture TextureF = sf::Texture(TEXTUREPATH + "cosciaF.png");
const sf::Texture TextureL = sf::Texture(TEXTUREPATH + "cosciaL.png");
public:
Coscia(rb::Vector3 coords, _Float16 mass);