Skip to content

Commit

Permalink
Make overlay target renderer's arrow default size smaller (CCBlueX#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ell1ott authored Dec 7, 2023
1 parent 30f29dc commit 7c464c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class OverlayTargetRenderer(module: Module) : TargetRenderer(module) {
get() = appearance

private val color by color("Color", Color4b.RED)
private val size by float("Size", 5f, 1f..20f)
private val size by float("Size", 1.5f, 0.5f..20f)
override fun render(env: RenderEnvironment, entity: Entity, partialTicks: Float) {

val pos =
Expand Down

0 comments on commit 7c464c8

Please sign in to comment.