Merge branch 'quest-json' of git.poweris.moe:xduplayer into quest-json
This commit is contained in:
commit
f289381955
5 changed files with 36 additions and 25 deletions
|
@ -4,6 +4,11 @@ let rootUrl = `${window.location.protocol}//${window.location.host}/`;
|
|||
const baseDimensions = {width: 1334, height: 750};
|
||||
const screenRatio = 9/16;
|
||||
|
||||
const CUSTOM = {
|
||||
custom: 'Custom',
|
||||
stock: 'Stock'
|
||||
}
|
||||
|
||||
class commonFunctions {
|
||||
static getFileText(file) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue