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 b8d867c commit b160e4dCopy full SHA for b160e4d
2 files changed
addons/dialogue_manager/plugin.cfg
@@ -3,5 +3,5 @@
3
name="Dialogue Manager"
4
description="A powerful nonlinear dialogue system"
5
author="Nathan Hoad"
6
-version="3.10.0"
+version="3.10.1"
7
script="plugin.gd"
addons/dialogue_manager/views/main_view.gd
@@ -864,7 +864,7 @@ func _on_support_button_pressed() -> void:
864
865
866
func _on_docs_button_pressed() -> void:
867
- OS.shell_open("https://github.com/nathanhoad/godot_dialogue_manager")
+ OS.shell_open("https://github.com/nathanhoad/godot_dialogue_manager/tree/v3.x")
868
869
870
func _on_files_list_file_popup_menu_requested(at_position: Vector2) -> void:
0 commit comments