fix padding
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m20s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m20s
This commit is contained in:
@@ -323,8 +323,8 @@ function updateGameLogic() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function checkCollision(p, obs) {
|
function checkCollision(p, obs) {
|
||||||
const paddingX = 10;
|
const paddingX = 5;
|
||||||
const paddingY_Top = 25;
|
const paddingY_Top = 5;
|
||||||
const paddingY_Bottom = 5;
|
const paddingY_Bottom = 5;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user