Hey, thanks for the interest!
To answer your questions:
- Music/SFX and Names: These are defined at the very top of script.rpy. You can swap out the file paths and names there in seconds.
- Backgrounds: Showing a background scene before the blackjack flow begins should be enough to make it work.
- Screen Text and UI: The Blackjack UI is contained in a single, small screen inside script.rpy. It's only about 40 lines long.
- Logic and Flow: For deeper customization, the core logic is separated into BlackJack.rpy and Cards.rpy.
If you decide to pick it up and run into any trouble implementing it into your specific project, I'll gladly help.
