Skip to content

Commit

Permalink
box2dfront
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 12, 2025
1 parent 5cf5768 commit fef0aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/retro-library/missing_artwork_nohash.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def collect_game_data(system_dir, extensions):
name_cleaned = name_cleaned.lower()

# Check for missing images
for img_type, ext in [("box2dfront", ".jpg"), ("wheel", ".png"), ("screenshot", ".jpg")]:
for img_type, ext in [("box2dfront", ".jpg"), ("wheel", ".png"), ("box2dfront", ".jpg")]:
img_path = os.path.join(images_path, f"{platform}/media/{img_type}/{name_cleaned}{ext}")
if not os.path.exists(img_path):
log_message(f"Missing image: {img_path}")
Expand Down

0 comments on commit fef0aff

Please sign in to comment.