mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
Minor cleanup
This commit is contained in:
@ -180,7 +180,7 @@ public class Generators{
|
||||
res.draw(ImagePacker.get(region));
|
||||
for(int x = 0; x < res.width; x++){
|
||||
for(int y = 0; y < res.height; y++){
|
||||
Color color = overlay.getColor(x, y).a(0.3f);
|
||||
Color color = overlay.getColor(x, y).a(floor.liquidOpacity);
|
||||
res.draw(x, y, color);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user