mirror of
https://github.com/yawaflua/Informatis.git
synced 2026-02-04 10:24:21 +02:00
한국어 번들 정리/버그 수정/사거리 표시 개선
This commit is contained in:
@@ -38,6 +38,7 @@ public class OverDrawer {
|
||||
float rot = i * 90f + 45f + (-Time.time) % 360f;
|
||||
Draw.rect("select-arrow", target.x() + Angles.trnsx(rot, length), target.y() + Angles.trnsy(rot, length), length / 1.9f, length / 1.9f, rot - 135f);
|
||||
}
|
||||
Draw.color();
|
||||
}
|
||||
|
||||
if(settings.getBool("distanceLine")) {
|
||||
@@ -65,6 +66,7 @@ public class OverDrawer {
|
||||
//global drawing, which needs camera-clipping
|
||||
Core.camera.bounds(Tmp.r1);
|
||||
for(OverDraw drawer : OverDraws.all) drawer.draw();
|
||||
Draw.reset();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user