mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-04 07:02:58 +08:00 
			
		
		
		
	feat: 杂项
This commit is contained in:
		
							parent
							
								
									3913229e52
								
							
						
					
					
						commit
						37840ba0b0
					
				@ -46,49 +46,8 @@ export function init() {
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export const shadowInfo: Partial<Record<FloorIds, Light[]>> = {
 | 
			
		||||
    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<Record<FloorIds, Color>> = {
 | 
			
		||||
    MT50: pColor('#0006')
 | 
			
		||||
};
 | 
			
		||||
export const shadowInfo: Partial<Record<FloorIds, Light[]>> = {};
 | 
			
		||||
export const backgroundInfo: Partial<Record<FloorIds, Color>> = {};
 | 
			
		||||
export const blurInfo: Partial<Record<FloorIds, number>> = {};
 | 
			
		||||
export const immersionInfo: Partial<Record<FloorIds, number>> = {};
 | 
			
		||||
const shadowCache: Partial<Record<FloorIds, Polygon[]>> = {};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user