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 c9b3052 commit f93f5fcCopy full SHA for f93f5fc
src/ui_parts/about_menu.gd
@@ -122,7 +122,7 @@ func _on_tab_changed(idx: int) -> void:
122
2:
123
# This part doesn't need to be translated.
124
%LicenseLabel.text = "MIT License\n\nCopyright (c) 2025 Anish Mishra\n" +\
125
- "Copyright (c) 2023-present VectorTouch contributors\n\n" +\
+ "Copyright (c) 2023-present GodSVG contributors\n\n" +\
126
Engine.get_license_info()["Expat"]
127
3:
128
for child in %VectorTouchParts.get_children():
0 commit comments