-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from endlessm/T35666-assetlib
Publish new version to Asset Library
- Loading branch information
Showing
8 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Normalize EOL for all files that Git considers text files. | ||
* text=auto eol=lf | ||
|
||
# Exclude GitHub Actions-related files from published asset | ||
/.github export-ignore | ||
/asset-template.json.hb export-ignore | ||
|
||
# Substitute project version when publishing | ||
/project.godot export-subst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
on: | ||
release: | ||
types: | ||
- published | ||
|
||
name: Push to Godot Asset Library | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
name: Push new release | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Push to Godot Asset Library | ||
uses: deep-entertainment/[email protected] | ||
with: | ||
username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }} | ||
password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }} | ||
assetId: 3369 | ||
assetTemplate: asset-template.json.hb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"title": "Moddable Pong", | ||
"description": "This mini moddable game project by Endless OS Foundation is intended to help ease the learning curve into Godot. This sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.", | ||
"category_id": "9", | ||
"godot_version": "4.2", | ||
"version_string": "{{ context.release.name }}", | ||
"cost": "MIT", | ||
"support_level": "community", | ||
"download_provider": "GitHub", | ||
"download_commit": "{{ env.GITHUB_SHA }}", | ||
"browse_url": "{{ context.repository.html_url }}", | ||
"issues_url": "{{ context.repository.html_url }}/issues", | ||
"icon_url": "https://raw.githubusercontent.com/endlessm/modbable-pong/{{ context.release.tag_name }}/icon.png" | ||
} |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://dkbv24i5btl4h" | ||
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" | ||
metadata={ | ||
"vram_texture": false | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://icon.png" | ||
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=0 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=0 | ||
compress/channel_pack=0 | ||
mipmaps/generate=false | ||
mipmaps/limit=-1 | ||
roughness/mode=0 | ||
roughness/src_normal="" | ||
process/fix_alpha_border=true | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters