mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 10:47:13 +07:00
arc
This commit is contained in:
parent
72fc103e16
commit
d6af9a6671
@ -37,9 +37,6 @@ public class BorderImage extends Image{
|
||||
public void draw(){
|
||||
super.draw();
|
||||
|
||||
float scaleX = this.scaleX;
|
||||
float scaleY = this.scaleY;
|
||||
|
||||
Draw.color(borderColor);
|
||||
Draw.alpha(parentAlpha);
|
||||
Lines.stroke(Scl.scl(thickness));
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=d1a629e5f26a038828d72d15c7c9acc01f84e77c
|
||||
archash=e3078d7782509f39e5b0ee6989c5f7eeea0ad1b7
|
||||
|
Loading…
Reference in New Issue
Block a user