Examples of levelName()


Examples of se.llbit.chunky.world.World.levelName()

      g.setFont(font);
      g.setColor(Color.red);
      g.drawString("N", view.width/2-4, 12);

      g.setColor(Color.black);
      g.drawString(world.levelName(), 10, view.height-10);
    }
    }
  }

  /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.