-
Notifications
You must be signed in to change notification settings - Fork 0
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
1e9f9f5
commit 329c3c2
Showing
4 changed files
with
53 additions
and
72 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
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,10 @@ | ||
3.0 - 0.7.2-foxa | ||
- BUTTPLUG SUPPORT | ||
- MORE OPTIONS + new useless gameplay changer that should've been a real option instead. | ||
- watermark ew | ||
- most menus changed to have the checkboard backdrop and main menu has changed! | ||
- credits editor and a few character editor & charter tweaks | ||
- thanks menu | ||
- title menu change | ||
- seperate preferences menu | ||
- other changes i dont feel like mentioning |
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,16 +1,16 @@ | ||
{ | ||
"lineEnds": { | ||
"leftCurly": "both", | ||
"rightCurly": "both", | ||
"emptyCurly": "break", | ||
"objectLiteralCurly": { | ||
"leftCurly": "after" | ||
} | ||
}, | ||
"sameLine": { | ||
"ifElse": "next", | ||
"doWhile": "next", | ||
"tryBody": "next", | ||
"tryCatch": "next" | ||
} | ||
"lineEnds": { | ||
"leftCurly": "both", | ||
"rightCurly": "both", | ||
"emptyCurly": "break", | ||
"objectLiteralCurly": { | ||
"leftCurly": "after" | ||
} | ||
}, | ||
"sameLine": { | ||
"ifElse": "next", | ||
"doWhile": "next", | ||
"tryBody": "next", | ||
"tryCatch": "next" | ||
} | ||
} |
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