Package com.pointcliki.dizgruntled.editor

Examples of com.pointcliki.dizgruntled.editor.EditorScene


    }
    if (okay) {
      fStartScene.cleanup();
      fScenes.clear();
      resourceManager().initLevel();
      EditorScene editor = new EditorScene(this);
      fScenes.add(editor);
      setCurrentScene(editor);
      editor.init();
    }
  }
View Full Code Here

TOP

Related Classes of com.pointcliki.dizgruntled.editor.EditorScene

Copyright © 2018 www.massapicom. 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.