19 lines
471 B
Go
19 lines
471 B
Go
components {
|
|
id: "curse"
|
|
component: "/main/curse.script"
|
|
}
|
|
embedded_components {
|
|
id: "collectionfactory"
|
|
type: "collectionfactory"
|
|
data: "prototype: \"/main/curses.collection\"\n"
|
|
}
|
|
embedded_components {
|
|
id: "sprite"
|
|
type: "sprite"
|
|
data: "default_animation: \"curse\"\nmaterial: \"/builtins/materials/sprite.material\"\ntextures {\n sampler: \"texture_sampler\"\n texture: \"/main/graphics.atlas\"\n}\n"
|
|
scale {
|
|
x: 0.2
|
|
y: 0.2
|
|
z: 0.2
|
|
}
|
|
}
|