24 lines
634 B
Go
24 lines
634 B
Go
components {
|
|
id: "mummy"
|
|
component: "/main/mummy.script"
|
|
}
|
|
embedded_components {
|
|
id: "still"
|
|
type: "sprite"
|
|
data: "default_animation: \"stillmummy\"\nmaterial: \"/builtins/materials/sprite.material\"\ntextures {\n sampler: \"texture_sampler\"\n texture: \"/main/graphics.atlas\"\n}\n"
|
|
scale {
|
|
x: -0.4
|
|
y: 0.4
|
|
z: 0.4
|
|
}
|
|
}
|
|
embedded_components {
|
|
id: "curse"
|
|
type: "sprite"
|
|
data: "default_animation: \"cursemummy\"\nmaterial: \"/builtins/materials/sprite.material\"\ntextures {\n sampler: \"texture_sampler\"\n texture: \"/main/graphics.atlas\"\n}\n"
|
|
scale {
|
|
x: -0.63
|
|
y: 0.63
|
|
z: 0.63
|
|
}
|
|
}
|