project/build/default_html5/_generated_959ab0edc2c2fea9.go
2025-08-25 01:59:20 +01:00

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
}
}