Examples of RGSSRessourceTab


Examples of de.yaams.extensions.rgssproject.tab.RGSSRessourceTab

      return new TilesetTab(p);
    }

    // ress
    if (RGSSRessourceTab.ID.equals(id)) {
      return new RGSSRessourceTab(p);
    }

    // check for map
    if ((MapEditorTab.ID.equals(id) || EventsEditorTab.ID.equals(id) || EventTab.ID.equals(id)) && parameters.containsKey("map")) {
      RubyObject map = RGSS1Helper.get(p, Type.MAP).get(Integer.valueOf(parameters.get("map"))).getObject();
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.