No theme and default BG and patch BG bug when hitting F11 (#1070)
* Add setting slot for no theme & default BG * Whitelist 4 seasons theme + blocking console's theme command if theme disabled * Small update theme.lua * Expose the WIDGET.setOnChange() to use in setting_video.lua * Shorten "Use custom B.G." to "Custom B.G." * Shorten theme code, and edit the UI * Add lock BG * Add VI translation * Fullscreen patch * Modify UI * Small change * Undo a mistake
This commit is contained in:
committed by
GitHub
parent
42942d1ac4
commit
19ea76dc4c
@@ -587,7 +587,11 @@ C. Gamepad
|
||||
|
||||
bg_on="Normal B.G.",
|
||||
bg_off="No B.G.",
|
||||
bg_custom="Use Custom B.G.",
|
||||
bg_custom="Custom B.G.",
|
||||
defaultBG="Default B.G.",
|
||||
resetDbg="Reset default B.G.",
|
||||
lockBG="Lock B.G.",
|
||||
noTheme="Disable theme",
|
||||
|
||||
blockSatur="Block Saturation",
|
||||
fieldSatur="Field Saturation",
|
||||
|
||||
@@ -599,6 +599,11 @@ C. Tay cầm chơi game (Gamepad):
|
||||
bg_on="Ảnh nền thường",
|
||||
bg_off="Không ảnh nền",
|
||||
bg_custom="Ảnh nền tự chọn",
|
||||
defaultBG="Nền mặc định",
|
||||
-- resetDbg='Đặt lại →',
|
||||
resetDbg="Đặt lại ảnh nền mặc định",
|
||||
lockBG="Khóa ảnh nền",
|
||||
noTheme="Tắt theme",
|
||||
|
||||
blockSatur="Độ đậm gạch",
|
||||
fieldSatur="Độ đậm bảng",
|
||||
|
||||
Reference in New Issue
Block a user