Support for hex fade colors.
Fix shake when sprite is not at 0,0.
This commit is contained in:
parent
3b91e57a1c
commit
338d42d2a1
3 changed files with 41 additions and 25 deletions
|
@ -183,9 +183,8 @@ function missionChanged(value) {
|
|||
.then((success) => {
|
||||
player.resetAll();
|
||||
currentMission = undefined;
|
||||
debugger;
|
||||
}, (failure) => {
|
||||
debugger;
|
||||
player.resetAll();
|
||||
currentMission = undefined;
|
||||
console.log(failure);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue