Fix preview of Controller Input Display
This commit is contained in:
parent
6bb11455d0
commit
6a9302028d
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue