mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
reverse retTint
This commit is contained in:
parent
db2b9aa727
commit
3aa4887b4a
@ -462,7 +462,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
const x = (i % 9) * 18;
|
const x = (i % 9) * 18;
|
||||||
const y = Math.floor(i / 9) * 18;
|
const y = Math.floor(i / 9) * 18;
|
||||||
const ret = this.scene.add.image(x + 163, y + 21, 'candy');
|
const ret = this.scene.add.image(x + 163, y + 21, 'candy');
|
||||||
const retTint =
|
|
||||||
ret.setOrigin(0, 0);
|
ret.setOrigin(0, 0);
|
||||||
ret.setScale(0.25);
|
ret.setScale(0.25);
|
||||||
ret.setVisible(false);
|
ret.setVisible(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user