Skip to content

Commit d38556d

Browse files
authored
add note about ck to v5 migration guide
1 parent cd330ef commit d38556d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tutorials/migrate-v5.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,7 @@ should now be written as:
404404
`path` setting type has been removed, use `file` instead, the behavior is identical.
405405

406406
## SceneManager replaced by OverlayManager
407-
SceneManager is gone now. Use OverlayManager. It's a CCNode. You use it: like any other CCNode.
407+
SceneManager is gone now. Use OverlayManager. It's a CCNode. You use it: like any other CCNode.
408+
409+
## Custom Keybinds
410+
If your mod depends on Custom Keybinds, well, it doesn't anymore! See the [keybind setting documentation](mods/settings/#keybind) for more info including migration from the old system.

0 commit comments

Comments
 (0)