14 lines
348 B
Go
14 lines
348 B
Go
components {
|
|
id: "mummy"
|
|
component: "/main/mummy.script"
|
|
}
|
|
embedded_components {
|
|
id: "sprite"
|
|
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
|
|
}
|
|
}
|