-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tesseratos): rename components to fit current scheme
- Loading branch information
1 parent
794fa52
commit d7b20df
Showing
2 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,11 @@ | |
}, | ||
"entities": { | ||
"main": { | ||
"cubos/position": { | ||
"cubos::engine::Position": { | ||
"x": 1, | ||
"y": 1, | ||
"z": 1 | ||
} | ||
} | ||
} | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |