This commit is contained in:
Patrick 'Quezler' Mounier 2020-01-07 10:33:58 +01:00
parent 781fbb6255
commit 252817abb7
No known key found for this signature in database
GPG Key ID: 0D6CA7326C76D8EA

View File

@ -83,7 +83,7 @@ public class CraterConveyor extends BaseConveyor{
// draw resource
float size = itemSize / 2f;
size = size / itemCapacity * entity.items.total();
size += entity.items.total() * 0.1;
Draw.rect(entity.dominant().icon(Cicon.medium), Tmp.v1.x, Tmp.v1.y, size, size, 0);
}