English: Add new PIXI Controls parameters
This commit is contained in:
parent
24e9231b48
commit
cfc4fd6b3e
1 changed files with 3 additions and 1 deletions
|
@ -4233,7 +4233,9 @@ var $plugins = [
|
||||||
"gamepadId": "Xbox Wireless Controller (STANDARD GAMEPAD Vendor: 045e Product: 02e0)",
|
"gamepadId": "Xbox Wireless Controller (STANDARD GAMEPAD Vendor: 045e Product: 02e0)",
|
||||||
"gamepadIndex": 1,
|
"gamepadIndex": 1,
|
||||||
"buttonsScale": 1.2,
|
"buttonsScale": 1.2,
|
||||||
"buttonsOpacity": 0.8
|
"buttonsOpacity": 0.8,
|
||||||
|
"primaryFont": "OMORI_GAME2",
|
||||||
|
"additionalFont": "OMORI_GAME2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
];
|
];
|
Loading…
Add table
Add a link
Reference in a new issue