We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafd187 commit bc0baaeCopy full SHA for bc0baae
1 file changed
.asset-template.json.hb
@@ -0,0 +1,14 @@
1
+{
2
+ "title": "godot-cpp-template",
3
+ "category": "2D Tools",
4
+ "category_id": "1",
5
+ "godot_version": "4.1",
6
+ "version_string": "{{ context.inputs.tag_name }}",
7
+ "cost": "MIT",
8
+ "download_provider": "Custom",
9
+ "download_commit": "https://github.com/godotengine/godot-cpp-template/releases/download/{{ context.inputs.tag_name }}/godot-cpp-template.zip",
10
+ "browse_url": "{{ context.repository.html_url }}",
11
+ "issues_url": "{{ context.repository.html_url }}/issues",
12
+ "download_url": "https://github.com/godotengine/godot-cpp-template/releases/download/{{ context.inputs.tag_name }}/godot-cpp-template.zip",
13
+ "icon_url": "https://raw.githubusercontent.com/godotengine/godot-cpp-template/main/example.png"
14
+}
0 commit comments