Refactoring collezioni

This commit is contained in:
2026-06-23 11:39:36 +02:00
parent 2dfd574814
commit c48d0505fc
7 changed files with 14 additions and 28 deletions
-9
View File
@@ -66,15 +66,6 @@ Lower_Body::~Lower_Body(){
delete jsx;
}
bool Lower_Body::setVisibility(bool c){
}
bool Lower_Body::setTransparency(float alpha){
if (alpha < 0 || alpha > 1) return false;
transparency = alpha;
return true;
}
void Lower_Body::update(sf::Clock cl, float multiplier){
float sxAcc = sx->getZ_Acc() ;