-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
1 parent
2c1a417
commit 15a99eb
Showing
7 changed files
with
1,809 additions
and
1,797 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,12 @@ | ||
# Default to LF for all files | ||
* text=auto eol=lf | ||
|
||
# Batch files should use CRLF | ||
*.bat text eol=crlf | ||
|
||
# Disable autocrlf on generated files, they always generate with LF | ||
# Add any extra files or paths here to make git stop saying they | ||
# are changed when only line endings change. | ||
src/generated/**/.cache/cache text eol=lf | ||
src/generated/**/*.json text eol=lf | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[client] | ||
[client.visual_options] | ||
tasks = false | ||
[client.duration_options] | ||
goal_effect_fadein = 0.2 | ||
goal_effect_fadeout = 0.5 | ||
goal_duration = 2.0 | ||
challenge_effect_fadein = 0.2 | ||
challenge_effect_fadeout = 0.5 | ||
challenge_duration = 2.0 | ||
[client] | ||
[client.visual_options] | ||
tasks = false | ||
[client.duration_options] | ||
goal_effect_fadein = 0.2 | ||
goal_effect_fadeout = 0.5 | ||
goal_duration = 2.0 | ||
challenge_effect_fadein = 0.2 | ||
challenge_effect_fadeout = 0.5 | ||
challenge_duration = 2.0 |
Oops, something went wrong.