try and get player steering working

"
"
"
"
"
"
"
"
"
"
"
"
This commit is contained in:
Travis Shears 2026-05-13 22:34:44 +01:00
parent 26e88c8f03
commit 8e54b39b18
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
4 changed files with 66 additions and 42 deletions

View file

@ -61,10 +61,6 @@ embedded_instances {
data: "components {\n"
" id: \"body\"\n"
" component: \"/main/player.sprite\"\n"
" position {\n"
" x: 109.0\n"
" y: 90.0\n"
" }\n"
" scale {\n"
" x: 2.0\n"
" y: 2.0\n"
@ -76,4 +72,8 @@ embedded_instances {
" component: \"/main/player.script\"\n"
"}\n"
""
position {
x: 189.0
y: 164.0
}
}