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

57 lines
1.3 KiB
Text

name: "curses"
scale_along_z: 0
embedded_instances {
id: "curses"
data: "components {\n"
" id: \"curse\"\n"
" component: \"/main/curse.script\"\n"
"}\n"
"embedded_components {\n"
" id: \"sprite\"\n"
" type: \"sprite\"\n"
" data: \"default_animation: \\\"curse\\\"\\n"
"material: \\\"/builtins/materials/sprite.material\\\"\\n"
"textures {\\n"
" sampler: \\\"texture_sampler\\\"\\n"
" texture: \\\"/main/graphics.atlas\\\"\\n"
"}\\n"
"\"\n"
" position {\n"
" z: 0.3\n"
" }\n"
" scale {\n"
" x: 0.2\n"
" y: 0.2\n"
" }\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: \\\"curse\\\"\\n"
"mask: \\\"player\\\"\\n"
"mask: \\\"holding_amulet\\\"\\n"
"mask: \\\"curse_jump_pads\\\"\\n"
"embedded_collision_shape {\\n"
" shapes {\\n"
" shape_type: TYPE_BOX\\n"
" position {\\n"
" y: 2.0\\n"
" }\\n"
" rotation {\\n"
" }\\n"
" index: 0\\n"
" count: 3\\n"
" id: \\\"curse_collission\\\"\\n"
" }\\n"
" data: 16.666666\\n"
" data: 21.43634\\n"
" data: 10.0\\n"
"}\\n"
"\"\n"
"}\n"
""
}