Custom image from clipboard (#1157)

* Update how text renders in button and key

* Add a placeholder

* Add actual code and language entry

* Sort buttons

* Alter to keep original behaviour

* I HAVE OCD

* Add back legacy behaviour
This commit is contained in:
SweetSea
2024-10-26 22:44:31 +07:00
committed by GitHub
parent fbf6e910a3
commit 396293c8af
4 changed files with 68 additions and 32 deletions

View File

@@ -587,6 +587,7 @@ C. Gamepad
bg_on="Normal BG",
bg_off="No BG",
bg_custom="Custom BG",
bg_custom_base64="Paste image as BG\n(PNG/JPG in Base64)",
defaultBG="Default BG",
resetDbg="Reset to default",
lockBG="Lock BG",

View File

@@ -197,7 +197,7 @@ return {
keySettingInstruction="Nhấn một phím để gán phím đó\nescape (esc): Hủy\nbackspace: Xoá",
customBGhelp=not MOBILE and "Kéo một tấm ảnh vào đây để áp dụng ảnh nền tuỳ chỉnh" or "Chưa hỗ trợ ảnh nền cho điện thoại",
customBGhelp="Kéo một tấm ảnh vào đây để áp dụng ảnh nền tuỳ chỉnh",
customBGloadFailed="Định dạng ảnh không được hỗ trợ",
errorMsg="Techmino bị lỗi và cần phải được khởi động lại\nBạn có thể gửi error log để giúp dev sửa game nhanh hơn.",
@@ -583,6 +583,7 @@ 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",
bg_custom_base64="Dán ảnh và cài thành ảnh nền\n(PNG/JPG ở format Base64)",
defaultBG="Nền mặc định",
resetDbg='Đặt lại',
lockBG="Khóa ảnh nền",