Merge branch 'beta' into modifier-rework
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 225 B |
BIN
public/images/ui/champion_ribbon_bronze.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
public/images/ui/champion_ribbon_diamond.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
public/images/ui/champion_ribbon_silver.png
Normal file
After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 225 B |
BIN
public/images/ui/legacy/champion_ribbon_bronze.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
public/images/ui/legacy/champion_ribbon_diamond.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
public/images/ui/legacy/champion_ribbon_silver.png
Normal file
After Width: | Height: | Size: 222 B |
@ -1053,7 +1053,7 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
||||
this.moveInfoOverlay = new MoveInfoOverlay({
|
||||
top: true,
|
||||
x: 1,
|
||||
y: globalScene.scaledCanvas.height / 6 - MoveInfoOverlay.getHeight() - 29,
|
||||
y: globalScene.scaledCanvas.height - MoveInfoOverlay.getHeight() - 29,
|
||||
});
|
||||
|
||||
this.starterSelectContainer.add([
|
||||
|