We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd90fae commit dde05a9Copy full SHA for dde05a9
README.md
@@ -10,11 +10,11 @@ There are no "helper" functions or dependences.
10
11
## Available Examples
12
General
13
-1. [User Input](Sources/_01_UserInput/UserInput.swift):
+1. [User Input](Sources/G_01_UserInput/UserInput.swift):
14
Show text when using certain user inputs.
15
-2. [Multiple Windows](Sources/_02_MultipleWindows/MultipleWindows.swift):
+2. [Multiple Windows](Sources/G_02_MultipleWindows/MultipleWindows.swift):
16
Open multiple windows on compatible platforms.
17
-3. [Save State](Sources/_03_SavingState/SavingState.swift):
+3. [Save State](Sources/G_03_SavingState/SavingState.swift):
18
Save and restore game state.
19
20
2D
0 commit comments