From c1559fd691469920e0f467e13ae161ad666f5f5b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Jun 2020 17:09:44 +0200 Subject: [PATCH] =?UTF-8?q?kleine=20hitbox=20f=C3=BCr=20geister?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/Game.class | Bin 9481 -> 9481 bytes src/Game.java | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/Game.class b/bin/Game.class index c39be5587cb69547e98cff7d65adcb10a47050f3..f48f306f86f186532b8a271fe567ed106fdda76c 100644 GIT binary patch delta 36 qcmeD5>h#(WEzKx2IYwFrNLEVAu<|7=VicZSD=opuw|TR47$*R|^$E8C delta 36 qcmeD5>h#(WEzKx0IYwFrNLEVAu! ghosts[i].getPos('x', 0) - 20 - && player.getPos('y', 0) < ghosts[i].getPos('y', 0) + 20 - && player.getPos('y', 0) > ghosts[i].getPos('y', 0) - 20) + if (player.getPos('x', 0) < ghosts[i].getPos('x', 0) + 18 + && player.getPos('x', 0) > ghosts[i].getPos('x', 0) - 18 + && player.getPos('y', 0) < ghosts[i].getPos('y', 0) + 14 + && player.getPos('y', 0) > ghosts[i].getPos('y', 0) - 14) if (ghosts[0].feared) { ghosts[i].setIsDead(true); ghosts[i].setDeathTimer(1000);