Skip to content

Commit

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

0 comments on commit aedebae

Please sign in to comment.