2.2
This commit is contained in:
parent
3435d83ec9
commit
c1b30b1bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -1071,7 +1071,7 @@ if (typeof Window_NameBox !== "undefined") {
|
|||
const sprite = this._windowImageSprite;
|
||||
sprite.bitmap = ImageManager.loadSystem(pNameBoxImage);
|
||||
// Scale the image to fit wider names
|
||||
sprite.scale.x = 2.5; // Horizontal stretch
|
||||
sprite.scale.x = 2.2; // Horizontal stretch
|
||||
sprite.scale.y = 1.0; // Keep vertical scale
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue