한국어 번들 정리/버그 수정/사거리 표시 개선

This commit is contained in:
Sharlotte
2022-09-21 17:36:17 +09:00
parent b3cea2c27d
commit 4a944387b8
6 changed files with 98 additions and 81 deletions

View File

@@ -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();
});
}
}