Skip to content

Commit bc0baae

Browse files
add asset library template
1 parent dafd187 commit bc0baae

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.asset-template.json.hb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)