Added Sepia Shader.

Fixes for movecamera command overlapping each other.
Fix if a character changes pattern during a move tween it keeps the tween.
Pre load checks for henshin01.
Some changes and placeholders for custom effects.
This commit is contained in:
firebingo 2018-05-09 21:43:00 -07:00
parent 6134339bc6
commit 63f79738b0
3 changed files with 146 additions and 14 deletions

View file

@ -1,6 +1,7 @@
'use strict';
let rootUrl = `${window.location.protocol}//${window.location.host}/`;
const baseDimensions = {width: 1334, height: 750};
const screenRatio = 9/16;
class commonFunctions {