Skip to content

Commit

Permalink
start godot 3.6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Sep 22, 2024
1 parent b5dd890 commit e6e2b4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ jobs:

# GODOT EXPORT
- name: Godot Android export
uses: dulvui/godot-android-export@v3.0.0
uses: dulvui/godot-android-export@v3.1.0
with:
godot-version: 3.6
working-directory: $WORKING_DIRECTORY

# GOOGLE PLAY STORE
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload-itchio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: dulvui/godot-html-export@v0.0.2
with:
working-directory: $WORKING_DIRECTORY
godot-version: 3.6
create-export-preset-cfg: false

- name: Upload to itch.io
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:

env:
WORKING_DIRECTORY: game
GODOT_VERSION: 3.5.3

GODOT_VERSION: 3.6
jobs:
deploy:
if: github.ref == 'refs/heads/prod'
Expand Down
2 changes: 2 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ List of features that are currently worked on.
- new game mechanics
- portals

- Godot 3.6 update

- Z-fighting on level 65 - https://github.com/dulvui/ball2box/issues/17

- Fullscreen button please - https://github.com/dulvui/ball2box/issues/18
Expand Down

0 comments on commit e6e2b4c

Please sign in to comment.