Skip to content

Commit

Permalink
build: update .res
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Dec 30, 2023
1 parent 89b7282 commit 5f84aa2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ install-addons:
# Workaround from https://github.com/godotengine/godot/pull/68461
# Import game resources
import-resources:
timeout 60 just godot --headless --editor --export-pack null /dev/null || true
just godot --headless --export-pack null /dev/null
# timeout 60 just godot --editor || true
# just godot --headless --quit --editor

# Updates the game version for export
@bump-version:
Expand Down
Binary file modified assets/models/props/ghost.res
Binary file not shown.
Binary file modified assets/models/props/pumpkin.res
Binary file not shown.
Binary file modified assets/models/props/tombstone.res
Binary file not shown.

0 comments on commit 5f84aa2

Please sign in to comment.