aboutsummaryrefslogtreecommitdiffstats
path: root/tests/engine/entities.json
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-18 19:57:29 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-18 20:06:42 +0100
commitcb23db34b8f7ce8fec4733cf40176305ad124dc4 (patch)
treea41cc105aa7da17f43f23343e7ef8f06faf1676b /tests/engine/entities.json
parent19817238cdca4bc8471fdfaa61149f098fc6fc1f (diff)
downloadYAGE-cb23db34b8f7ce8fec4733cf40176305ad124dc4.tar.gz
YAGE-cb23db34b8f7ce8fec4733cf40176305ad124dc4.zip
Renaming tests and improving travis file
Diffstat (limited to 'tests/engine/entities.json')
-rw-r--r--tests/engine/entities.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/engine/entities.json b/tests/engine/entities.json
deleted file mode 100644
index 25959311..00000000
--- a/tests/engine/entities.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "Entities": [
- {
- "name": "Object1",
- "mass": "Hello",
- "position": [
- 0,
- 0,
- 0
- ],
- "velocity": [
- 0,
- 0,
- 0
- ],
- "acceleration": [
- 0,
- 0,
- 0
- ]
- }
- ]
-}