diff --git a/HeatUp/src/de/heatup/resources/images/little_green_guy_verysmall.png b/HeatUp/src/de/heatup/resources/images/little_green_guy_verysmall.png index fe6e986..284ae69 100644 Binary files a/HeatUp/src/de/heatup/resources/images/little_green_guy_verysmall.png and b/HeatUp/src/de/heatup/resources/images/little_green_guy_verysmall.png differ diff --git a/HeatUp/src/de/heatup/ui/KeyBindings.java b/HeatUp/src/de/heatup/ui/KeyBindings.java index 07c5b6d..c2f390d 100644 --- a/HeatUp/src/de/heatup/ui/KeyBindings.java +++ b/HeatUp/src/de/heatup/ui/KeyBindings.java @@ -2,8 +2,6 @@ package de.heatup.ui; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; - -import sun.awt.resources.awt; import de.heatup.mapengine.CollisionHandler; import de.heatup.mapengine.MapGrid; import de.heatup.objects.Player; @@ -82,9 +80,6 @@ public class KeyBindings extends KeyAdapter { case KeyEvent.VK_DOWN: down = true; break; -//// case KeyEvent.VK_ESCAPE: -//// esc = true; -//// break; case KeyEvent.VK_A: if(((MapGrid.getGridCell(Main.player01.getGridLocation().x, Main.player01.getGridLocation().y).isTrigger() && !HardewareManipulate.getHardware(MapGrid.getGridCell(Main.player01.getGridLocation().x, Main.player01.getGridLocation().y).getCorrespondingHardwareToTrigger()))&&!key)&&ActionControl.getKeyA()){ @@ -194,7 +189,6 @@ public class KeyBindings extends KeyAdapter { player.animate = true; } if (isESC()) { - //System.out.println("ESC pressed."); Main.pause(); esc=false; }