예제 #1
0
 public void createUI(LGraphics g) {
   if (isVisible) {
     g.drawImage(animation.getSpriteImage().getImage(), x(), y());
   }
 }
예제 #2
0
 public synchronized void draw(LGraphics g) {
   g.drawImage(characterCG, moveX, y);
 }