Skip to content

Commit

Permalink
fix(tesseratos): rename components to fit current scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoMendonc-a committed Nov 23, 2023
1 parent 794fa52 commit d7b20df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
5 changes: 2 additions & 3 deletions tools/tesseratos/samples/main/assets/main.cubos
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
},
"entities": {
"main": {
"cubos/position": {
"cubos::engine::Position": {
"x": 1,
"y": 1,
"z": 1
}
}
}
}

}
22 changes: 10 additions & 12 deletions tools/tesseratos/samples/main/assets/sub.cubos
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"imports": {
},
"entities": {
"main": {
"cubos/position": {
"x": 2,
"y": 2,
"z": 2
}
}
}
"imports": {},
"entities": {
"main": {
"cubos::engine::Position": {
"x": 2,
"y": 2,
"z": 2
}
}
}
}

0 comments on commit d7b20df

Please sign in to comment.