project/main/amulet.collection
2025-08-25 01:59:20 +01:00

52 lines
1.2 KiB
Text

name: "Amulet"
scale_along_z: 0
embedded_instances {
id: "amulets.go"
data: "components {\n"
" id: \"amulet\"\n"
" component: \"/main/amulet.script\"\n"
"}\n"
"embedded_components {\n"
" id: \"collisionobject\"\n"
" type: \"collisionobject\"\n"
" data: \"type: COLLISION_OBJECT_TYPE_KINEMATIC\\n"
"mass: 0.0\\n"
"friction: 0.1\\n"
"restitution: 0.5\\n"
"group: \\\"amulet\\\"\\n"
"mask: \\\"player\\\"\\n"
"embedded_collision_shape {\\n"
" shapes {\\n"
" shape_type: TYPE_BOX\\n"
" position {\\n"
" }\\n"
" rotation {\\n"
" }\\n"
" index: 0\\n"
" count: 3\\n"
" id: \\\"amulet_collision\\\"\\n"
" }\\n"
" data: 16.031746\\n"
" data: 16.074074\\n"
" data: 10.0\\n"
"}\\n"
"\"\n"
"}\n"
"embedded_components {\n"
" id: \"sprite\"\n"
" type: \"sprite\"\n"
" data: \"default_animation: \\\"amulet\\\"\\n"
"material: \\\"/builtins/materials/sprite.material\\\"\\n"
"textures {\\n"
" sampler: \\\"texture_sampler\\\"\\n"
" texture: \\\"/main/graphics.atlas\\\"\\n"
"}\\n"
"\"\n"
" scale {\n"
" x: 0.25\n"
" y: 0.25\n"
" z: 0.25\n"
" }\n"
"}\n"
""
}