view inkscape/firefox/content/MadBuilderOverlay.js @ 1108:236a47079c2b

Add pheromone for tank AI
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 06 Dec 2010 12:51:42 +0800
parents 63aaf96209cd
children
line wrap: on
line source

function start_madbuilder() {
    var url = "chrome://MadBuilder/content/madbuilder.html";
    var browser = document.getElementById("content");

    browser.loadURI(url, null, null, true);
}