Added mission select modal.

Changed file structure so images called like file:// can be loaded properly.
Some commenting.
This commit is contained in:
firebingo 2018-04-28 17:36:08 -07:00
parent 7a5c02d736
commit 57ddeb08f4
10 changed files with 11242 additions and 10670 deletions

View file

@ -173,7 +173,7 @@ class commonFunctions {
}
static getPropertiesFromTweenCommand(props, reverseY = true) {
var retval = {};
let retval = {};
let indexX = props.indexOf("x=");
if(indexX !== -1) {
retval.x = "";