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:
parent
6134339bc6
commit
63f79738b0
3 changed files with 146 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue