feat(ruffle): add alternative ruffle flash target runner
This commit is contained in:
@@ -78,7 +78,7 @@ class Config {
|
||||
|
||||
afterUpdate() {
|
||||
if (this.meta.mobileWidth === null) this.meta.mobileWidth = this.meta.width;
|
||||
if (this.meta.mobileHeight === null) this.meta.mobileHeight = Math.round(this.meta.mobileWidth / 1.777777778);
|
||||
if (this.meta.mobileHeight === null) this.meta.mobileHeight = Math.round(this.meta.mobileWidth / 2.222222222);
|
||||
}
|
||||
|
||||
branch(params) {
|
||||
|
||||
Reference in New Issue
Block a user