var images_folder="http://cdn.nitrome.com/images/";
var thumbnails_folder="http://cdn.nitrome.com/images/thumbnails/";
var scripts_folder="http://cdn.nitrome.com/scripts/";
var styles_folder="http://cdn.nitrome.com/styles/";
var xml_folder="../../scripts/";
var root_dir="../../";
var cdn_path="http://cdn.nitrome.com/";
var gameid=75;
var gameheight=400;
var pageid="game";
var gamename="blastrpg";
var displayname="Blast RPG";
var controls="Click the MOUSE to blast off from the cannon and try to get as far as you can! Buy items from the shop and build up your abilities to achieve greater distances!";
var control_type="mouse";
//var gamekeys = {"input":"buttons","description":"movement description"};
//key reference: "movement" = arrow keys, "mouse", "space", "ctrl", "shift", "alt"
var gamekeys = [{"input":"mouse","description":"Move the Canary"},
                {"input":"mouse","description":"Click to Fire your Laser"}
                ];
var gamedesc="RPG skills reduced to their core in this cannon firing, distance game.";
