try and get player steering working
" " " " " " " " " " " "
This commit is contained in:
parent
26e88c8f03
commit
8e54b39b18
4 changed files with 66 additions and 42 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue