forked from CommonWealthRobotics/BowlerStudioConfiguration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase.json
More file actions
26 lines (26 loc) · 738 Bytes
/
database.json
File metadata and controls
26 lines (26 loc) · 738 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
{
"workspace": {},
"studio-open-web": {},
"katapult": {
"gameControllerNames": [
"Play",
"Game",
"X-Box",
"Dragon"
],
"linkDeviceName": "dyio",
"robotName": "humanoid",
"robotGitFile": "humanoid.xml",
"robotGit": "https://gist.github.com/a991ca954460c1ba9860.git"
},
"studio-open-git": {},
"BowlerStudioConfigs": {
"tutorialSource": "https://github.com/CommonWealthRobotics/CommonWealthRobotics.github.io.git",
"tutorialBranch": "deploy",
"tutorialBaseUrl": "/BowlerStudio/Welcome-To-BowlerStudio/",
"fontsize": 12.0,
"skinBranch": "0.25.2",
"skinRepo": "https://github.com/madhephaestus/BowlerStudioImageAssets.git",
"notifiedArduinoDep": true
}
}