mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
16:9 support patch for Settings menu
This commit is contained in:
parent
14eec15108
commit
ae1bee2523
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@ class Window_Settings
|
|||
@version = Sprite.new(@viewport)
|
||||
@version.bitmap = Bitmap.new(60, 20)
|
||||
@version.x = 10
|
||||
@version.y = 450
|
||||
@version.opacity = 128
|
||||
@version.y = Graphics.width - 190
|
||||
@version.opacity = 128
|
||||
Language.register_text_sprite(self.class.name + "_title", @title)
|
||||
Language.register_text_sprite(self.class.name + "_ver", @version)
|
||||
@data_sprites = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue