Fix duplicate candy count key for local
This commit is contained in:
parent
4057fbf846
commit
0692a343a0
|
@ -1298,7 +1298,7 @@ export default class BattleScene extends SceneBase {
|
|||
* or not. It will only return true once, until the key is released and pressed down
|
||||
* again.
|
||||
*/
|
||||
gamepadButtonJustDown(button: Phaser.Input.Gamepad.Button) : boolean {
|
||||
gamepadButtonJustDown(button: Phaser.Input.Gamepad.Button) : boolean {
|
||||
if (!button)
|
||||
return false;
|
||||
|
||||
|
|
|
@ -184,7 +184,7 @@ const systemShortKeys = {
|
|||
ivs: '$i',
|
||||
moveset: '$m',
|
||||
eggMoves: '$em',
|
||||
candyCount: '$cc',
|
||||
candyCount: '$x',
|
||||
passive: '$p',
|
||||
valueReduction: '$vr'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue