-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.json
More file actions
26 lines (24 loc) · 757 Bytes
/
local.json
File metadata and controls
26 lines (24 loc) · 757 Bytes
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
{"games" :
[
{
"name" : "game2",
"author" : "me" ,
"filePath" : "C:/Users/Public/arcade games/SumoBOSSRace.exe",
"splashScreenPath" : "file://C:/Users/v21/Documents/My Dropbox/Launcher/Assets/tex2.png"
},
{
"name" : "my super awesome game",
"author" : "me" ,
"filePath" : "C:/Users/v21/Desktop/arcade games/Hot Cross Bunions (Arcade) v1/build_arcade_1/HOT CROSS BUNIONS.exe",
"splashScreenPath" : "file://C:/Users/v21/Documents/My Dropbox/Launcher/Assets/vid1.ogg",
"splashIsVideo" : true
},
{
"name" : "game3",
"author" : "me" ,
"filePath" : "C:/Windows/system32/calc.exe",
"splashScreenPath" : "file://C:/Users/v21/Documents/My Dropbox/Launcher/Assets/tex3.png"
}
]
}