From 37840ba0b0afa15ebd4b52d0316f748252fef8cc Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Mon, 4 Mar 2024 19:01:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin/shadow/gameShadow.ts | 45 ++------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) diff --git a/src/plugin/shadow/gameShadow.ts b/src/plugin/shadow/gameShadow.ts index 3ed0bbc..a7e2ad5 100644 --- a/src/plugin/shadow/gameShadow.ts +++ b/src/plugin/shadow/gameShadow.ts @@ -46,49 +46,8 @@ export function init() { }); } -export const shadowInfo: Partial> = { - MT50: [ - { - id: 'mt50_1', - x: 144, - y: 144, - decay: 20, - r: 150, - color: pColor('#e953'), - noShelter: true - }, - { - id: 'mt50_2', - x: 336, - y: 144, - decay: 20, - r: 150, - color: pColor('#e953'), - noShelter: true - }, - { - id: 'mt50_2', - x: 336, - y: 336, - decay: 20, - r: 150, - color: pColor('#e953'), - noShelter: true - }, - { - id: 'mt50_2', - x: 144, - y: 336, - decay: 20, - r: 150, - color: pColor('#e953'), - noShelter: true - } - ] -}; -export const backgroundInfo: Partial> = { - MT50: pColor('#0006') -}; +export const shadowInfo: Partial> = {}; +export const backgroundInfo: Partial> = {}; export const blurInfo: Partial> = {}; export const immersionInfo: Partial> = {}; const shadowCache: Partial> = {};