This commit is contained in:
Anuken
2020-01-20 14:13:20 -05:00
parent 85cf7e9d5c
commit b5258cd809
4 changed files with 9 additions and 3 deletions

View File

@@ -38,4 +38,9 @@ public class RubbleDecal extends Decal{
}
Draw.rect(region, x, y, Mathf.randomSeed(id, 0, 4) * 90);
}
@Override
public float drawSize(){
return region.getWidth() * 3f;
}
}