We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ca7b1 commit 26a5c6bCopy full SHA for 26a5c6b
Scenes/Menu.gd
@@ -207,7 +207,7 @@ func _on_MenuButtonHelp_about_to_show():
207
func _on_HelpSubmenu_Pressed(pressedID):
208
match pressedID:
209
0:
210
- OS.shell_open("https://github.com/dkfans/keeperfx/wiki/New-and-Modified-Level-Script-Commands")
+ OS.shell_open("https://github.com/dkfans/keeperfx/wiki/Level-Script-commands")
211
1:
212
OS.shell_open("https://lubiki.keeperklan.com/dk1_docs/dk_scripting_ref.htm")
213
2:
0 commit comments