Skip to content

Commit

Permalink
🔧 #3 add some stuff for the skin data
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Dec 19, 2020
1 parent 0f2f0b0 commit 5b23fc0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Binary file added public/img/screenshots/maps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/data/config_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
{
"label" : "Volvo FH",
"value" : "VolvoFH"
},
{
"label" : "Maps",
"value" : "Maps"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions src/data/scs_sdk_plugin_parsed_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,9 @@
"nextRestStop" : 37740000,
"distance" : 1754.2119140625,
"time" : 117480.46112060547,
"speedLimit" : {
"speedLimit" : {
"value" : 15,
"kph" : 30,
"kph" : 100,
"mph" : 15
}
},
Expand Down
6 changes: 3 additions & 3 deletions src/data/skins.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@
{
"id" : "Maps",
"disabled" : false,
"title" : "Map",
"description" : "Map",
"title" : "Map of route advisor",
"description" : "The map from the route advisor1",
"author" : {
"name" : "SMITH Emmanuel",
"email" : "hey@emmanuel-smith.me",
"url" : "https://emmanuel-smith.me"
},
"repository" : null,
"screenshot" : "img/screenshots/test.png",
"screenshot" : "img/screenshots/maps.png",
"size" : {
"width" : 1920,
"height" : 1080
Expand Down

0 comments on commit 5b23fc0

Please sign in to comment.