From d7b20df39c4e512c828a810c5a718dbccc2b1880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20Mendon=C3=A7a?= Date: Sun, 19 Nov 2023 11:02:44 +0000 Subject: [PATCH] fix(tesseratos): rename components to fit current scheme --- .../tesseratos/samples/main/assets/main.cubos | 5 ++--- .../tesseratos/samples/main/assets/sub.cubos | 22 +++++++++---------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/tools/tesseratos/samples/main/assets/main.cubos b/tools/tesseratos/samples/main/assets/main.cubos index e1f4a8fcf..11f4bf8c0 100644 --- a/tools/tesseratos/samples/main/assets/main.cubos +++ b/tools/tesseratos/samples/main/assets/main.cubos @@ -4,12 +4,11 @@ }, "entities": { "main": { - "cubos/position": { + "cubos::engine::Position": { "x": 1, "y": 1, "z": 1 } } } -} - +} \ No newline at end of file diff --git a/tools/tesseratos/samples/main/assets/sub.cubos b/tools/tesseratos/samples/main/assets/sub.cubos index ff09caf64..69b4028d0 100644 --- a/tools/tesseratos/samples/main/assets/sub.cubos +++ b/tools/tesseratos/samples/main/assets/sub.cubos @@ -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 + } + } } - \ No newline at end of file +} \ No newline at end of file