Skip to content

Commit

Permalink
Fix incorrect links
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Jul 1, 2024
1 parent cd90fae commit dde05a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ There are no "helper" functions or dependences.

## Available Examples
General
1. [User Input](Sources/_01_UserInput/UserInput.swift):
1. [User Input](Sources/G_01_UserInput/UserInput.swift):
Show text when using certain user inputs.
2. [Multiple Windows](Sources/_02_MultipleWindows/MultipleWindows.swift):
2. [Multiple Windows](Sources/G_02_MultipleWindows/MultipleWindows.swift):
Open multiple windows on compatible platforms.
3. [Save State](Sources/_03_SavingState/SavingState.swift):
3. [Save State](Sources/G_03_SavingState/SavingState.swift):
Save and restore game state.

2D
Expand Down

0 comments on commit dde05a9

Please sign in to comment.