Aggiustato cambio direzione texture

This commit is contained in:
2026-06-22 18:37:19 +02:00
parent 818677f831
commit 4e763fc2af
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
class Sensore : public PieceInterface{
private:
const sf::Vector3f sensore_Dim = {30, 60, 30};
const sf::Vector3f sensore_Dim = {15, 20, 15};
const sf::Color sensore_Col = sf::Color::Red;
std::vector<std::vector<float>> accData;