You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/migrate-v5.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,4 +404,7 @@ should now be written as:
404
404
`path` setting type has been removed, use `file` instead, the behavior is identical.
405
405
406
406
## 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