diff --git a/Justfile b/Justfile index d46edb6..8eec001 100644 --- a/Justfile +++ b/Justfile @@ -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: diff --git a/assets/models/props/ghost.res b/assets/models/props/ghost.res index 4dac66e..21f0c8c 100644 Binary files a/assets/models/props/ghost.res and b/assets/models/props/ghost.res differ diff --git a/assets/models/props/pumpkin.res b/assets/models/props/pumpkin.res index fb75564..9baf17a 100644 Binary files a/assets/models/props/pumpkin.res and b/assets/models/props/pumpkin.res differ diff --git a/assets/models/props/tombstone.res b/assets/models/props/tombstone.res index 0d75904..8ffb0a9 100644 Binary files a/assets/models/props/tombstone.res and b/assets/models/props/tombstone.res differ