aboutsummaryrefslogtreecommitdiffstats
path: root/tests/engine/entities.json
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-02-08 20:48:49 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-02-08 20:48:49 +0000
commite9bd903761605c7619a235edddf07c3a0b963968 (patch)
treeaddc371ab13aa135976ac2c9774192cbb4a3b4b2 /tests/engine/entities.json
parent6c4772685909f1f47aa902532d955c77b8e8271d (diff)
downloadYAGE-e9bd903761605c7619a235edddf07c3a0b963968.tar.gz
YAGE-e9bd903761605c7619a235edddf07c3a0b963968.zip
[Engine] More entity component systems options.
Diffstat (limited to 'tests/engine/entities.json')
-rw-r--r--tests/engine/entities.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/engine/entities.json b/tests/engine/entities.json
new file mode 100644
index 00000000..25959311
--- /dev/null
+++ b/tests/engine/entities.json
@@ -0,0 +1,23 @@
+{
+ "Entities": [
+ {
+ "name": "Object1",
+ "mass": "Hello",
+ "position": [
+ 0,
+ 0,
+ 0
+ ],
+ "velocity": [
+ 0,
+ 0,
+ 0
+ ],
+ "acceleration": [
+ 0,
+ 0,
+ 0
+ ]
+ }
+ ]
+}