Skip to content

Commit

Permalink
docs(engine): fix BoxCollisionShape fields in scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Oct 13, 2024
1 parent 5684a31 commit 9ea0c0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions engine/samples/games/cubosurfers/assets/scenes/main.cubos
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
"z": 0
},
"cubos::engine::BoxCollisionShape": {
"box": {
"x": 3.0,
"y": 7.0,
"z": 2.0
}
"x": 3.0,
"y": 7.0,
"z": 2.0
},
"cubos::engine::Collider": {},
"Player": {
Expand Down
8 changes: 3 additions & 5 deletions engine/samples/games/cubosurfers/assets/scenes/obstacle.cubos
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
"w": 0
},
"cubos::engine::BoxCollisionShape": {
"box": {
"x": 3.0,
"y": 7.0,
"z": 2.0
}
"x": 3.0,
"y": 7.0,
"z": 2.0
},
"cubos::engine::Collider": {},
"Obstacle": {
Expand Down

0 comments on commit 9ea0c0a

Please sign in to comment.