mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
Update src/ui/summary-ui-handler.ts
Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
parent
d8cf79c074
commit
e6cf0c98bd
@ -210,8 +210,6 @@ export default class SummaryUiHandler extends UiHandler {
|
|||||||
this.friendshipText.setOrigin(0, 0);
|
this.friendshipText.setOrigin(0, 0);
|
||||||
this.summaryContainer.add(this.friendshipText);
|
this.summaryContainer.add(this.friendshipText);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.championRibbon = this.scene.add.image(88, -146, "champion_ribbon");
|
this.championRibbon = this.scene.add.image(88, -146, "champion_ribbon");
|
||||||
this.championRibbon.setOrigin(0, 0);
|
this.championRibbon.setOrigin(0, 0);
|
||||||
//this.championRibbon.setScale(0.8);
|
//this.championRibbon.setScale(0.8);
|
||||||
|
Loading…
Reference in New Issue
Block a user