Skip to content

Commit 126928c

Browse files
authored
Tiniest documenting error that caused me a huge 10 minutes long confusion (#98)
1 parent 2c74da0 commit 126928c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wiki/modding/songs/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The types that you can use are:
203203
- `Int(min, max, step)`: A box that can only contain whole numbers.
204204
- `Float(min, max, step, precision)`: A box that can contain decimal numbers with a desired precision.
205205
- `String`: A textbox the user can type anything into.
206-
- `Strumline`: Let's the user pick a strumline that is passed into the script.
206+
- `StrumLine`: Let's the user pick a strumline that is passed into the script.
207207
- `ColorWheel`: Create's a color wheel that will return a color into the script.
208208
- `DropDown([choices ...])`: Creates a dropdown with the values defined in the array.
209209

@@ -256,4 +256,4 @@ If you wish to make this all a bit more cleaner and share this event, you can pa
256256

257257
Packing an event is pretty simple. Visit the <a href="https://codename-engine.com/tools/event-packer">event packer</a> to pack your event into one `.pack` file.
258258

259-
This `.pack` file goes into `./data/events/` and will work identically to its unpacked version.
259+
This `.pack` file goes into `./data/events/` and will work identically to its unpacked version.

0 commit comments

Comments
 (0)