robot_cleaning_game/defold_game/main/main.collection
Travis Shears 9032f44830
vibe code differential movment
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
2026-05-14 09:34:45 +01:00

37 lines
666 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_mode: ORTHO_MODE_AUTO_COVER\\n"
"\"\n"
"}\n"
""
position {
x: 640.0
y: 360.0
}
}
embedded_instances {
id: "player"
data: "components {\n"
" id: \"body\"\n"
" component: \"/main/player.sprite\"\n"
"}\n"
"components {\n"
" id: \"player1\"\n"
" component: \"/main/player.script\"\n"
"}\n"
""
position {
x: 649.0
y: 503.0
}
}