now use custom emotes with tweens instead of transistions
This commit is contained in:
parent
d93b30f982
commit
595c5ca64d
21 changed files with 106 additions and 62 deletions
|
@ -54,7 +54,7 @@ class WaScaleManager {
|
|||
* This is used to scale back the ui components to counter-act the zoom.
|
||||
*/
|
||||
public get uiScalingFactor(): number {
|
||||
return this.actualZoom > 1 ? 1 : 2;
|
||||
return this.actualZoom > 1 ? 1 : 1.2;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue