This commit is contained in:
dazedanon 2025-11-16 13:37:03 -06:00
parent 3435d83ec9
commit c1b30b1bcd

View file

@ -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
}
};