Fix preview of Controller Input Display

This commit is contained in:
sup39 2023-02-28 23:33:26 +09:00
parent 6bb11455d0
commit 6a9302028d
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,7 @@
# Changelog
## Feb 28, 2023
Fix preview of Controller Input Display
## Feb 23, 2023
### Updated 'Force Plaza Events'
Set the correct BH/RH/GB unlock flag

View file

@ -36,7 +36,7 @@ export default {
computed: {
transform() {
const {x, y, height} = this.config;
return `translate(${x||0}, ${y||0}) scale(${(height||0)/120})`;
return `scale(0.9375,1) translate(${x||0}, ${y||0}) scale(${(height||0)/120})`;
},
lw() {
const {lw} = this.config;