Fix duriduri en-US ui

This commit is contained in:
Sakura Knoll
2022-05-12 00:50:24 +09:00 Unverified
parent 7f1230d276
commit 63ae52b58d
9 changed files with 1863 additions and 1821 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

+3 -6
View File
@@ -1446,10 +1446,7 @@ function systemAutoLoadStart(galgameKey) {
.html(
`<div class="cancel ${tl_css_lang}"></div><div class="submit ${tl_css_lang}" onclick="systemAutoLoad()"></div>`
)
.css(
'background',
"url('/novels/duriduri/ko-KR/continue.webp') no-repeat"
)
.css('background', "url('/novels/duriduri/en-US/continue.png') no-repeat")
.css('background-size', 'auto 100%')
.css('background-position', 'center')
$('.cancel').click({ k: galgameKey }, function (e) {
@@ -1803,7 +1800,7 @@ function add_record() {
)
$('#confirm_1').css(
'background',
"url('/novels/duriduri/ko-KR/quicksave.webp') no-repeat"
"url('/novels/duriduri/en-US/quicksave.png') no-repeat"
)
$('#confirm_1').css('background-size', 'auto 100%')
$('#confirm_1').css('background-position', 'center')
@@ -1817,7 +1814,7 @@ function get_record() {
)
$('#confirm_1').css(
'background',
"url('/novels/duriduri/ko-KR/quickload.webp') no-repeat"
"url('/novels/duriduri/en-US/quickload.png') no-repeat"
)
$('#confirm_1').css('background-size', 'auto 100%')
$('#confirm_1').css('background-position', 'center')
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB