Skip to content

Commit

Permalink
Updated docs and build
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTLANNER committed Oct 13, 2023
1 parent 786d833 commit 8593e2d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-gdextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,21 @@ jobs:
cd buildroot
./relocate-sdk.sh
- name: (Android) Set up Java 11
if: ${{ startsWith(matrix.identifier, 'android-') }}
uses: actions/setup-java@v1
with:
java-version: 11

- name: (Android) Set up Android SDK
if: ${{ startsWith(matrix.identifier, 'android-') }}
uses: android-actions/setup-android@v2

- name: (Android) Install Android Tools
if: ${{ startsWith(matrix.identifier, 'android-') }}
shell: sh
run: |
"$ANDROID_SDK_ROOT"/cmdline-tools/latest/bin/sdkmanager --sdk_root="$ANDROID_SDK_ROOT" "platform-tools" "build-tools;30.0.3" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529"
#- name: (Android) Set up Java 11
# if: ${{ startsWith(matrix.opts.identifier, 'android-') }}
# uses: actions/setup-java@v1
# with:
# java-version: 11
#
#- name: (Android) Set up Android SDK
# if: ${{ startsWith(matrix.opts.identifier, 'android-') }}
# uses: android-actions/setup-android@v2
#
#- name: (Android) Install Android Tools
# if: ${{ startsWith(matrix.opts.identifier, 'android-') }}
# shell: sh
# run: |
# "$ANDROID_SDK_ROOT"/cmdline-tools/latest/bin/sdkmanager --sdk_root="$ANDROID_SDK_ROOT" "platform-tools" "build-tools;30.0.3" "platforms;android-29" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;21.4.7075529"

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Godot GIF
<br>

<p align="center">
<img src="./docs-images/logo.gif" alt="Logo" width="128" height="128" />
</p>

<p align="center">
<a href="https://github.com/BOTLANNER/godot-gif/actions/workflows/build_releases.yml"><img alt="GitHub Build" src="https://github.com/BOTLANNER/godot-gif/actions/workflows/build_releases.yml/badge.svg" height="20"/></a>
<a href="https://github.com/BOTLANNER/godot-gif/blob/develop/LICENSE.txt"><img alt="MIT License" src="https://img.shields.io/github/license/BOTLANNER/godot-gif" height="20"/></a>
</p>


## Description
GDExtension for Godot 4+ to load GIF files as [AnimatedTexture](https://docs.godotengine.org/en/stable/classes/class_animatedtexture.html) and/or [SpriteFrames](https://docs.godotengine.org/en/stable/classes/class_spriteframes.html).

NOTE: ~~**AnimatedTexture**~~ has been marked as deprecated according to development docs and could be removed in a future version of Godot.


## Usage

### Editor
Expand Down
Binary file added docs-images/logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8593e2d

Please sign in to comment.