9 lines
310 B
Go
9 lines
310 B
Go
components {
|
|
id: "GameOver"
|
|
component: "/main/gameover.script"
|
|
}
|
|
embedded_components {
|
|
id: "sprite"
|
|
type: "sprite"
|
|
data: "default_animation: \"GameOverScreen\"\nmaterial: \"/builtins/materials/sprite.material\"\ntextures {\n sampler: \"texture_sampler\"\n texture: \"/main/graphics.atlas\"\n}\n"
|
|
}
|