public Image collisionMap(TiledMap tm) throws SlickException { Image map = new Image(tm.getWidth()*32, tm.getHeight()*32); int li = tm.getLayerIndex("Collision"); org.newdawn.slick.Graphics g; g = map.getGraphics(); for(int x = 0; x