import net.systemeD.halcyon.Globals;
import net.systemeD.halcyon.Map;
import net.systemeD.halcyon.connection.Entity;
- import bustin.dev.Inspector;
+// import bustin.dev.Inspector;
public class RuleSet {
private function loadedCSS(event:Event):void {
var css:MapCSS=new MapCSS(map);
choosers=css.parse(event.target.data);
- Inspector.getInstance().show();
- Inspector.getInstance().shelf('Choosers', choosers);
+// Inspector.getInstance().show();
+// Inspector.getInstance().shelf('Choosers', choosers);
loadImages();
}