padding to 5
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m24s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m24s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user