From 8f967d439b91845e8f66e25b7f8c285a74f01137 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Thu, 2 Jan 2025 15:41:34 -0500 Subject: [PATCH] Latest --- readme.md => README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) rename readme.md => README.md (86%) diff --git a/readme.md b/README.md similarity index 86% rename from readme.md rename to README.md index 1562a7b..2ea1f5f 100644 --- a/readme.md +++ b/README.md @@ -71,6 +71,21 @@ Every great level needs: While we've updated the audio for modern ears, the spirit of the original game lives on. We've even added an option to disable screen flashes for our photosensitive friends! +### 🎨 Customize Willy's Look with HD Sprites! + +Want to give Willy and friends a high-definition makeover? Check out the HD Sprite Tool in `hd/hd.py`! Transform those classic 8x8 sprites into glorious 128x128 HD versions. + +Quick Start with HD Sprites: +```bash + +# Extract existing sprites +pip install -r hd/requirements.txt (one time only) +python hd/hd.py extract --input willy.chr --output hd/sprites/ + +# Customize sprites in your favorite image editor +# Create new HD chr file +python hd/hd.py create --input hd/sprites/ --output willy.chr + ### 🚀 Ready to Dive In? 1. Clone this repo