Skip to content

Commit ea8ac79

Browse files
authored
Merge pull request #87 from endlessm/T35503-asset-lib-template
Add template for upload to asset library
2 parents d2f305f + cd8acae commit ea8ac79

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/godot-asset-library.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }}
1919
password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }}
2020
assetId: 3095
21+
assetTemplate: asset-template.json.hb

asset-template.json.hb

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "Block Coding",
3+
"description": "Create games using a high-level, block-based visual programming language.\r\n\r\nIntended as an educational tool for learners in the earlier stages of their journey towards becoming game developers. This plugin lets you create your first games with high-level blocks, avoiding the immediate need to learn to code in GDScript. Building games in this way provides a gentle introduction to programming concepts and allows you to focus your efforts on becoming familiar with the rest of the Godot Editor UI.",
4+
"category_id": "5",
5+
"godot_version": "4.2",
6+
"version_string": "{{ context.release.name }}",
7+
"cost": "MIT",
8+
"support_level": "community",
9+
"download_provider": "GitHub",
10+
"download_commit": "{{ context.release.tag_name }}",
11+
"browse_url": "{{ context.repository.html_url }}",
12+
"issues_url": "{{ context.repository.html_url }}/issues",
13+
"icon_url": "https://raw.githubusercontent.com/endlessm/godot-block-coding/{{ context.release.tag_name }}/icon.png"
14+
}
43.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)