36 lines
710 B
Go
36 lines
710 B
Go
components {
|
|
id: "selection_box"
|
|
component: "/main/selection_box.sprite"
|
|
}
|
|
components {
|
|
id: "ControllerManager"
|
|
component: "/scripts/ControllerManager.script"
|
|
}
|
|
embedded_components {
|
|
id: "collisionobject"
|
|
type: "collisionobject"
|
|
data: "type: COLLISION_OBJECT_TYPE_TRIGGER\n"
|
|
"mass: 0.0\n"
|
|
"friction: 0.1\n"
|
|
"restitution: 0.5\n"
|
|
"group: \"selection\"\n"
|
|
"mask: \"unit\"\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: \"box\"\n"
|
|
" }\n"
|
|
" data: 3.0\n"
|
|
" data: 3.0\n"
|
|
" data: 0.5\n"
|
|
"}\n"
|
|
"locked_rotation: true\n"
|
|
""
|
|
}
|