源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
352 B

--场景影子的信息
--shadow_angle影子的角度 水平向右为0 逆时针递增
--shadow_alpha影子的透明度
--shadow_len影子的长度 越大越长
Config.ConfigSceneShadowInfo = {
--0 是默认的值
[0] = {shadow_angle = 150, shadow_alpha = 0.3, shadow_len = 5},
[1001] = {shadow_angle = 270, shadow_alpha = 0.2, shadow_len = 5},
}