aboutsummaryrefslogtreecommitdiffstats
path: root/tests/engine/entities.json
blob: 2595931129cadb7889a46c08147fb26475fab28b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "Entities": [
        {
            "name": "Object1",
            "mass": "Hello",
            "position": [
                0,
                0,
                0
            ],
            "velocity": [
                0,
                0,
                0
            ],
            "acceleration": [
                0,
                0,
                0
            ]
        }
    ]
}