Tinyswords-Defold/main/main.collection

137 lines
2.1 KiB
Plaintext

name: "main"
instances {
id: "knight-blue"
prototype: "/main/knight-blue.go"
position {
x: 186.0
y: 267.0
}
component_properties {
id: "knight"
properties {
id: "speed"
value: "50.0"
type: PROPERTY_TYPE_NUMBER
}
}
}
instances {
id: "knight-blue-hello"
prototype: "/main/knight-blue.go"
position {
x: 511.0
y: 256.0
}
component_properties {
id: "knight"
properties {
id: "speed"
value: "150.0"
type: PROPERTY_TYPE_NUMBER
}
}
}
instances {
id: "knight-blue2"
prototype: "/main/knight-blue.go"
position {
x: 106.0
y: 120.0
}
component_properties {
id: "knight"
properties {
id: "speed"
value: "150.0"
type: PROPERTY_TYPE_NUMBER
}
}
}
instances {
id: "knight-blue3"
prototype: "/main/knight-blue.go"
position {
x: 362.0
y: 166.0
}
component_properties {
id: "knight"
properties {
id: "speed"
value: "150.0"
type: PROPERTY_TYPE_NUMBER
}
}
}
instances {
id: "knight-blue4"
prototype: "/main/knight-blue.go"
position {
x: 144.0
y: 424.0
}
component_properties {
id: "knight"
properties {
id: "speed"
value: "150.0"
type: PROPERTY_TYPE_NUMBER
}
}
}
instances {
id: "knight-blue5"
prototype: "/main/knight-blue.go"
position {
x: 421.0
y: 330.0
}
component_properties {
id: "knight"
properties {
id: "speed"
value: "150.0"
type: PROPERTY_TYPE_NUMBER
}
}
}
instances {
id: "selection_box"
prototype: "/main/selection_box.go"
}
instances {
id: "-Game"
prototype: "/main/Game.go"
}
scale_along_z: 0
embedded_instances {
id: "tilemap"
data: "components {\n"
" id: \"level1\"\n"
" component: \"/main/level1.tilemap\"\n"
"}\n"
""
position {
z: -1.0
}
}
embedded_instances {
id: "CameraParent"
data: "embedded_components {\n"
" id: \"camera\"\n"
" type: \"camera\"\n"
" data: \"aspect_ratio: 1.0\\n"
"fov: 0.7854\\n"
"near_z: 0.1\\n"
"far_z: 1000.0\\n"
"orthographic_projection: 1\\n"
"\"\n"
"}\n"
""
position {
x: 327.0
y: 259.0
z: 500.0
}
}