diff --git a/Justfile b/Justfile index f00a237..8d800ae 100644 --- a/Justfile +++ b/Justfile @@ -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: