Пример #1
0
    public Atlas2() {
      // The size of the texture should be a power of 2
      label = LabelAtlas.label("123 Test", "tuffy_bold_italic-charmap_s.png", 16, 21, ' ');

      addChild(label);

      label.setPosition(10, 100);

      schedule("step");
    }