Added mission select modal.
Changed file structure so images called like file:// can be loaded properly. Some commenting.
This commit is contained in:
parent
7a5c02d736
commit
57ddeb08f4
10 changed files with 11242 additions and 10670 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue