12345678910111213141516171819202122232425262728293031 |
- {
- "__type__": "cc.Material",
- "_name": "sprite-flash-light",
- "_objFlags": 0,
- "_native": "",
- "_effectAsset": {
- "__uuid__": "0083adb4-2603-49f4-9152-d8c56c645c2b"
- },
- "_techniqueIndex": 0,
- "_techniqueData": {
- "0": {
- "props": {
- "lightColor": {
- "__type__": "cc.Color",
- "r": 234,
- "g": 255,
- "b": 0,
- "a": 55
- },
- "lightAngle": 36,
- "lightWidth": 0.001,
- "cropAlpha": 1,
- "enableFog": 1
- },
- "defines": {
- "USE_TEXTURE": true,
- "ENABLE_LIGHT": true
- }
- }
- }
- }
|