Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I have 3 questions.

Is it possible to repurpose this wheel outside of the minigame to use as a visual for random chance? (Examples: Attack points increased by random percent during battle, random prize awarded at end of battle)

I'm an artist. Is it possible to re-design the wheel's images so they fit my game's art style?

Is it simple to resize the wheel or place it somewhere else on screen?

Thank you. :)

1- Sure, it shouldn't be that hard to change the code to check against a different list of returns.
Right now the check function divides the wheel's rotation by 15 and decides to return the co-responding number from a list.
2- Yes, the design can be anything.
3- Yes, you just need some basic knowledge about renpy's screens. And if you're stuck, you can contact me on discord: kiaazad and I'll try to help you.