Private
Public Access
1
0

padding to 5
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m24s

This commit is contained in:
Sebastian Unterschütz
2025-11-25 18:43:24 +01:00
parent 0fdc7e0309
commit 5175f52652
2 changed files with 3 additions and 3 deletions

View File

@@ -127,8 +127,8 @@ func simulateChunk(sessionID string, inputs []Input, totalTicks int, vals map[st
}
// Hitbox
paddingX := 10.0
paddingY_Top := 25.0
paddingX := 5.0
paddingY_Top := 5.0
paddingY_Bottom := 5.0
pLeft, pRight := 50.0+paddingX, 50.0+30.0-paddingX