Skip to content

Commit

Permalink
Change default loops from 0 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrimtabby committed Jun 6, 2024
1 parent 704c966 commit e59a038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 03-customize-splits.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Force a split to loop. Useful if consecutive splits use the same image.

Insert the value between "at" signs: `@value@`.

Default: `0`
Default: `1`

{: .example }
`001_mysplit_@1@.png` The split will repeat one additional time.
`001_mysplit_@2@.png` The split will be used twice instead of once.

# Special Split Types

Expand All @@ -76,7 +76,7 @@ Force Pilgrim Autosplitter to press the [pause hotkey]({% link 04-settings.md %}
Insert a `p` between curly braces: `{p}`.

{: .example }
`001_mysplit_{p}.png` Press the pause hotkey when a match is found.
`001_mysplit_{p}.png` Press the pause hotkey instead of the split hotkey when a match is found.

## Dummy type

Expand Down

0 comments on commit e59a038

Please sign in to comment.