中级玩家
 
- 贡献度
- 6
- 金元
- 1173
- 积分
- 141
- 精华
- 0
- 注册时间
- 2024-12-14
|
data:extend({
{
type = "animation",
name = Util.mod_prefix .. "map-star-cloud",
animation_speed = 0.5,
filename = "__base__/graphics/entity/cloud/cloud-45-frames.png",
flags = {
"always-compressed"
},
frame_count = 45,
line_length = 7,
priority = "low",
scale = 3,
width = 256,
height = 256,
apply_runtime_tint = true,
blend_mode = "additive", --"additive-soft"
},
})
animation.lua
filename = "__base__/graphics/entity/cloud/cloud-45-frames.png",
这里是什么动画
2.0找不到这个 |
|