Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency godotengine/godot to v4.2.2-stable #38

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading