Skip to content

Commit

Permalink
chore(deps): update dependency godotengine/godot to v4.2.2-stable (#38)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency godotengine/godot to v4.2.2-stable

* build: adapt import recipe

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: florianvazelle <[email protected]>
  • Loading branch information
renovate[bot] and florianvazelle authored Apr 24, 2024
1 parent b9bb337 commit 228eee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Godot

GODOT_VERSION=4.2.1-stable
GODOT_VERSION=4.2.2-stable

# Game

Expand Down
5 changes: 1 addition & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,9 @@ godot *ARGS: check-godot check-templates
@install-addons:
[ -f plug.gd ] && just godot --headless --script plug.gd install force || true

# Workaround from https://github.com/godotengine/godot/pull/68461
# Import game resources
@import-resources:
just godot --headless --export-pack null /dev/null
# timeout 60 just godot --editor || true
# just godot --headless --quit --editor
just godot --headless --import

# Open the Godot editor
@editor:
Expand Down

0 comments on commit 228eee2

Please sign in to comment.