Skip to content

Commit

Permalink
fowl -> foul, among other things
Browse files Browse the repository at this point in the history
  • Loading branch information
Hundrec authored Sep 29, 2024
1 parent 20756dc commit e0acd35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/funkin/save/Save.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ typedef SaveScoreTallyData =
typedef SaveDataOptions =
{
/**
* Whether some particularly fowl language is displayed.
* Whether some particularly foul language is displayed.
* @default `true`
*/
var naughtyness:Bool;
Expand Down Expand Up @@ -1170,20 +1170,20 @@ typedef SaveDataOptions =
var autoPause:Bool;

/**
* Offset the users inputs by this many ms.
* Offset the user's inputs by this many ms.
* @default `0`
*/
var inputOffset:Int;

/**
* Affects the delay between the audio and the visuals during gameplay
* Affects the delay between the audio and the visuals during gameplay.
* @default `0`
*/
var audioVisualOffset:Int;

/**
* If we want the framerate to be unlocked on HTML5.
* @default `false
* @default `false`
*/
var unlockedFramerate:Bool;

Expand Down

0 comments on commit e0acd35

Please sign in to comment.