From 1db2345494a5753304c1dfab30aa0d1209a47739 Mon Sep 17 00:00:00 2001 From: strawberry42271 <2806566736@qq.com> Date: Sun, 1 Dec 2024 23:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BDbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.js b/project/plugins.js index 3feb014..eb9e1c9 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -8794,7 +8794,7 @@ core.plugin.animate = { } drawUI() { core.clearMap(CGUI) - if (!core?.material?.images?.images['winskin1.png']) return + if (!core?.material?.images?.images?.['winskin1.png']) return if (core.domStyle.isVertical) { //竖屏 core.drawWindowSkin('winskin1.png', ctx, 0, 0, 1248, 2028); core.setTextAlign(ctx, 'center');