Skip to content

Commit ab8f0d5

Browse files
committed
h
1 parent d7e0892 commit ab8f0d5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# 1.0.3
2+
- Add helper to editor
13
# 1.0.0/1.0.1/1.0.2
24
- Initial Release

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "km7dev.platformerjoystick",
1010
"name": "Platformer Joystick",
11-
"version": "v1.0.2",
11+
"version": "v1.0.3",
1212
"developer": "km7dev",
1313
"description": "Adds a joystick to platformer mode.",
1414
"dependencies": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Adds a way for level creators to add joystick controls.
88
- Up and down are their own keybinds, but the up keybind will most likely conflict with a jump bind. ***Make sure to change your jump bind!***
99

1010
## How it works
11-
Levels can enable joysticks by including a text object that says `--enable-joystick`. I recommend setting it to hidden.
11+
Creators can enable joysticks by including a text object that says `--enable-joystick`. I recommend setting it to hidden. There's also a checkbox in the level settings that does this for you,
1212
- Note: iOS users may need to disable smart punctuation, since trying to type `--` ends up deleting the 2 dashes because iOS attempts to replace two dashes with an em dash.
1313

1414
When joysticks are enabled, you can use the following ids for detection

0 commit comments

Comments
 (0)