Skip to content

Commit

Permalink
Reorganized example configs
Browse files Browse the repository at this point in the history
Set up an examples folder. Hopefully, I'll be able to include small tutorials here in the future, as well
  • Loading branch information
TheLittleDoc committed Dec 21, 2021
1 parent 22da562 commit 70fc478
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -155,7 +155,6 @@ output/Silly Number.txt
output/To Go.txt
ttk_gamemaster.pyw
output/time.txt
soccer.json
output/time.txt
cfgsettings.json
*.txt
Expand Down
File renamed without changes.
File renamed without changes.
25 changes: 25 additions & 0 deletions examples/soccer.json
@@ -0,0 +1,25 @@
{
"name": "Soccer",
"version": 2,
"unit": "Period",
"ct": 2,
"times": {
"hours": 0,
"minutes": 40,
"seconds": 0
},
"scores": {
"Goal": 0
},
"vars": [
"Penalty"
],
"players": null,
"settings": {
"hours": false,
"minutes": true,
"seconds": true,
"on top": true,
"alarm": true
}
}

0 comments on commit 70fc478

Please sign in to comment.