Skip to content

Commit

Permalink
Merge pull request #87 from endlessm/T35503-asset-lib-template
Browse files Browse the repository at this point in the history
Add template for upload to asset library
  • Loading branch information
wjt authored Jun 28, 2024
2 parents d2f305f + cd8acae commit ea8ac79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/godot-asset-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }}
password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }}
assetId: 3095
assetTemplate: asset-template.json.hb
14 changes: 14 additions & 0 deletions asset-template.json.hb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"title": "Block Coding",
"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.",
"category_id": "5",
"godot_version": "4.2",
"version_string": "{{ context.release.name }}",
"cost": "MIT",
"support_level": "community",
"download_provider": "GitHub",
"download_commit": "{{ context.release.tag_name }}",
"browse_url": "{{ context.repository.html_url }}",
"issues_url": "{{ context.repository.html_url }}/issues",
"icon_url": "https://raw.githubusercontent.com/endlessm/godot-block-coding/{{ context.release.tag_name }}/icon.png"
}
Binary file added docs/screenshots/pong-paddle-blocks.webp
Binary file not shown.

0 comments on commit ea8ac79

Please sign in to comment.