Example #1
0
 public void renderIcon(double x, double y) {
   icon.draw(x, y);
 }
Example #2
0
 @Override
 public void render() {
   glow.draw(x - 64, y - 64);
   icon.draw(x - icon.width, y - icon.height, icon.width * 2, icon.height * 2);
 }