Skip to content

Commit 18bc89b

Browse files
AzuredBlueMy-Name-Is-Jeff
authored andcommitted
Improved the box for simon says buttons
1 parent c3a4bdb commit 18bc89b

File tree

1 file changed

+3
-3
lines changed
  • src/main/kotlin/gg/skytils/skytilsmod/features/impl/dungeons/solvers/terminals

1 file changed

+3
-3
lines changed

src/main/kotlin/gg/skytils/skytilsmod/features/impl/dungeons/solvers/terminals/SimonSaysSolver.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ object SimonSaysSolver {
9494

9595
var alpha = 0.5f
9696
val x = pos.x - viewerX
97-
val y = pos.y - viewerY + .318
98-
val z = pos.z - viewerZ + .3
97+
val y = pos.y - viewerY + .372
98+
val z = pos.z - viewerZ + .308
9999
val color = when (index) {
100100
clickNeeded -> Color.GREEN
101101
clickNeeded + 1 -> Color.YELLOW
@@ -106,7 +106,7 @@ object SimonSaysSolver {
106106

107107
RenderUtil.drawFilledBoundingBox(
108108
matrixStack,
109-
AxisAlignedBB(x, y, z, x - .13, y + .322, z + .4),
109+
AxisAlignedBB(x, y, z, x - .13, y + .26, z + .382),
110110
color,
111111
alpha * Funny.alphaMult
112112
)

0 commit comments

Comments
 (0)