Skip to content

Commit

Permalink
fix scroll position
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jul 14, 2024
1 parent fd3ea09 commit 2d3ff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ ${lastModule.description}${
this.container.addChild(containerBtns);
this.container.addChild(containerScrollers);
containerScrollers.addChild(scroller.container);
containerScrollers.x = size.x / 3 - tex('scroll_thumb').width;
containerScrollers.x = 220;
this.containerUI.addChild(panelInfo);
panelInfo.addChild(btnDone.display.container);
panelInfo.addChild(btnBack.display.container);
Expand Down

0 comments on commit 2d3ff1a

Please sign in to comment.