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> = {};