Aggiunto ctrl transp su lower_body in base al piano

This commit is contained in:
2026-06-20 10:20:56 +02:00
parent fc5eba1279
commit e440779338
5 changed files with 19 additions and 6 deletions
+1
View File
@@ -47,6 +47,7 @@ class PieceInterface{
virtual bool setTransparency(float alpha){
if (alpha < 0 || alpha > 1) return false;
transparency = alpha;
return true;
}
};