-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
28 lines (24 loc) · 1.21 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"comments": [
"==============================",
" SKIN CONFIGURATION ",
"==============================",
"Required properties:",
" name: name of the skin (directory name: /skins/name)",
" title: human readable skin title",
" author: author name",
" width: width of the skin in pixels (same as defined in the CSS)",
" height: height of the skin in pixels (same as defined in the CSS)",
"<config.json> - Euro Truck Simulator 2 online streaming liveroom design.",
"Written in 2023 by Steven Song [email protected]",
"To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.",
"You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>."
],
"config": {
"name": "ets2-obslive",
"title": "Dashboard Skin for OBS Streaming",
"author": "izwb003",
"width": 1920,
"height": 1080
}
}