Closed Mina928 closed 2 months ago
I managed to fix the buttons having the same image and iterated on the icons a bit. I think it now works as you intended. :smiley:
There are two changes I would like to have before merging. Let me know whether you want to work more on that or I should do it.
Wow nice thanks for the help. Yes these are good suggestions, I can start looking into making those changes.
Hey so sorry for the lack responsiveness recently. I have gotten very busy and am not sure when I will have time to work on this again. Thanks so much for the experience and assistance, it was fun. Wish you luck!
No worries. I will finish this. Thanks for your help! :)
Thanks!
This PR works on implementing one of the features in issue #62
This issue suggests methods to save and copy seeds, to make it easier for player to replay the same version of the game again. This PR added a new button next to the random seed button, which upon being clicked saves the seed to the user's clipboard, allowing them to easily paste it somewhere else for future use.
The new button needed different sprites, so two new sprites were created, then packaged using the GDX Texture Packer. The newly packages files replaced the old ones. Currently the random seed button and copy seed button have the same sprites, as trying to get unique sprites was leading to issues.