-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
b0tting
authored and
b0tting
committed
Sep 1, 2016
1 parent
52b702e
commit 8562452
Showing
5 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[Escape] | ||
## Directory that holds all of the sounds and ambient music | ||
sounddir = ./static/sounds | ||
|
||
## Default volume 1-100 | ||
volume = 85 | ||
|
||
## Fade out time | ||
fadeout = 3 | ||
|
||
## Game max time - number of minutes before the game is expected to end. | ||
max_time = 30 | ||
|
||
## Refresh speed for updates in seconds, slow down if you are choking the CHIP with browsers | ||
refresh_browser_time = 2 | ||
|
||
## Logfile location | ||
logfile = ./escape.log | ||
|
||
## Use Flask debugging. Has some side effects due to the use of threading, but good for website debugging | ||
debug = False | ||
|
||
## Define which pin links to which item or button. Find these at | ||
bookbutton1pin = XIO-P2 | ||
bookbutton2pin = XIO-P4 | ||
keybuttonpin = XIO-P6 | ||
lamppin = CSID1 | ||
spotpin = CSID3 | ||
magnetpin = CSID5 | ||
|
||
## Music backgrounds for the different stages | ||
music_state_entree = ambience_1.mp3 | ||
music_state_bathroom = ambience_2.mp3 | ||
music_state_endgame = ambience_3.mp3 | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.