You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
GitHub Issue: Update Game Sprites & UI Images
Description
The game’s images and sprites need to be replaced with updated versions to enhance the visual appeal and improve gameplay experience. The DDR file handling this functionality is located at:
📂 gameMap/DDR_Bytes.rpy
Review the Python logic within this file to understand how the game processes these assets. Any required UI images should be placed in:
📂 DDR_images/
Tasks
Replace outdated sprites with new, visually improved versions.
Review gameMap/DDR_Bytes.rpy to understand image loading and logic.
Ensure that all updated images are correctly referenced in the game logic.
Store all UI-related images in the DDR_images/ directory.
Test gameplay to confirm that new images render correctly.