aboutsummaryrefslogtreecommitdiff
path: root/game/src/ArgumentParser.gd
diff options
context:
space:
mode:
author Hop311 <Hop3114@gmail.com>2023-05-17 20:11:57 +0200
committer GitHub <noreply@github.com>2023-05-17 20:11:57 +0200
commit6c7a1a7c8f55d92882d9364c0ad36a61a3f5614f (patch)
tree64dd37032c36da8e48d5d519ac840e11cc64dc58 /game/src/ArgumentParser.gd
parentaf6a96ed26bca3eaa28c6dca635918061fab7c80 (diff)
parent578eb8c332810656842f72e0bb94bb0d4dcb9f5e (diff)
Merge pull request #117 from OpenVicProject/openvic-rename
Changed from OpenVic2 to OpenVic
Diffstat (limited to 'game/src/ArgumentParser.gd')
-rw-r--r--game/src/ArgumentParser.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/src/ArgumentParser.gd b/game/src/ArgumentParser.gd
index 3f77919..f1ee371 100644
--- a/game/src/ArgumentParser.gd
+++ b/game/src/ArgumentParser.gd
@@ -1,7 +1,7 @@
@tool
extends Node
-const argument_setting_path := &"openvic2/data/arguments"
+const argument_setting_path := &"openvic/data/arguments"
@export var option_array : Array[ArgumentOption] = [
ArgumentOption.new(
@@ -215,7 +215,7 @@ func _print_help():
var project_name : StringName = ProjectSettings.get_setting_with_override(&"application/config/name")
var project_version : String = _GIT_INFO_.tag
var project_hash : String = _GIT_INFO_.short_hash
- var project_website : String = "https://openvic2.com"
+ var project_website : String = "https://openvic.com"
var project_description : String = ProjectSettings.get_setting_with_override(&"application/config/description")
print_rich(
"""