Tinyswords-Defold/main/main.collection
2026-01-12 16:43:46 +07:00

165 lines
2.7 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
}
}
embedded_instances {
id: "test-atlas"
data: "embedded_components {\n"
" id: \"sprite\"\n"
" type: \"sprite\"\n"
" data: \"default_animation: \\\"Lancer\\\"\\n"
"material: \\\"/builtins/materials/sprite.material\\\"\\n"
"textures {\\n"
" sampler: \\\"texture_sampler\\\"\\n"
" texture: \\\"/scripts/test-hugest-atlas.atlas\\\"\\n"
"}\\n"
"\"\n"
" position {\n"
" x: 333.0\n"
" y: 218.0\n"
" z: 1.0\n"
" }\n"
"}\n"
""
}
embedded_instances {
id: "GUI"
data: "components {\n"
" id: \"overlays\"\n"
" component: \"/main/overlays.gui\"\n"
"}\n"
""
}