robot_cleaning_game/defold_game/main/main.collection
Travis Shears 883c28363e
get player dir sprite swapping working
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
2026-05-14 12:04:51 +01:00

42 lines
738 B
Text

name: "main"
scale_along_z: 0
embedded_instances {
id: "camera"
data: "embedded_components {\n"
" id: \"camera\"\n"
" type: \"camera\"\n"
" data: \"aspect_ratio: 1.0\\n"
"fov: 0.7854\\n"
"near_z: -1.0\\n"
"far_z: 1.0\\n"
"orthographic_projection: 1\\n"
"orthographic_zoom: 2.0\\n"
"\"\n"
"}\n"
""
position {
x: 640.0
y: 360.0
}
}
embedded_instances {
id: "player"
children: "body"
data: "components {\n"
" id: \"player_controller\"\n"
" component: \"/main/player/player.script\"\n"
"}\n"
""
position {
x: 649.0
y: 503.0
}
}
embedded_instances {
id: "body"
data: "components {\n"
" id: \"body\"\n"
" component: \"/main/player/player.sprite\"\n"
"}\n"
""
}