Skip to content

Commit

Permalink
added color to know which is which
Browse files Browse the repository at this point in the history
  • Loading branch information
honzi committed Jul 11, 2024
1 parent 5661157 commit 5f190f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/multiverse/test-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rotate-z": 90,
"texture-id": "grid.png",
"vertex-colors": [
1, 1, 1, 1
1, 0, 0, 1
],
"vertices": [
10, 0, -5,
Expand All @@ -76,7 +76,7 @@
"rotate-x": 90,
"texture-id": "grid.png",
"vertex-colors": [
1, 1, 1, 1
0, 1, 0, 1
],
"vertices": [
5, 0, -10,
Expand Down Expand Up @@ -122,7 +122,7 @@
"rotate-z": 270,
"texture-id": "grid.png",
"vertex-colors": [
1, 1, 1, 1
0, 0, 1, 1
],
"vertices": [
10, 0, -5,
Expand Down
9 changes: 9 additions & 0 deletions tests/multiverse/test-vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
"vehicle": "vehicle-fast"
},
"pick-color": [0, 0, 1],
"vertex-colors": [
1, 0, 0, 1
],
"vertices": [
5, 0, -5,
-5, 0, -5,
Expand Down Expand Up @@ -207,6 +210,9 @@
"vehicle": "vehicle-medium"
},
"pick-color": [0, 1, 0],
"vertex-colors": [
0, 0, 1, 1
],
"vertices": [
5, 0, -5,
-5, 0, -5,
Expand Down Expand Up @@ -237,6 +243,9 @@
"vehicle": "vehicle-slow"
},
"pick-color": [1, 0, 0],
"vertex-colors": [
0, 1, 0, 1
],
"vertices": [
5, 0, -5,
-5, 0, -5,
Expand Down

0 comments on commit 5f190f9

Please sign in to comment.