Files
IWaniHugThatGator-Demo-Public/game/00src/discord_text.rpy
2024-03-06 19:57:33 -06:00

43 lines
2.1 KiB
Plaintext

# The purpose of this screen is so that Renpy automatically generates the translation file for the chapter titles that are pulled from chapters.json. It has no purpose besides that one
# Also yes, this sucks, but I can't think of a better way to do it besides using another json but that brings a bunch of different issues
screen discord_text():
text _("Chapter 1. Anon's Cousin Goes to CalArts.")
text _("Chapter 2. Second Time's the Charm.")
text _("Chapter 3. Canvas of Opportunity.")
text _("Chapter 4. Crocodile Sunny D.")
text _("Chapter 5. Mama Mia Mean Girls.")
text _("Chapter 6. Art Contest Blues.")
text _("Chapter 7. High Score Gator.")
text _("Chapter 8. Inco Drinks the Purple Stuff.")
text _("Chapter 9. Iadakan Stars as David Bowie.")
text _("Chapter 10. A Different Kind of Racketeering.")
text _("Chapter 11. Rain.")
text _("Chapter 12. we forgot about liz lmao")
text _("Chapter 13. Ayo Iadakan the Pizza Here.")
text _("Chapter 14. Alligator Date 'er.")
text _("Chapter 14.5. Gator Enclosure.")
text _("Chapter 15. Mia's Puppet.")
text _("Chapter 15. Caught in the Strings.")
text _("Chapter 15. Surrendering to the Strings.")
text _("Chapter 15. Pulling the Strings.")
text _("Chapter 15. Cutting the Strings.")
text _("Chapter 16. Apologetic Proposal.")
text _("Chapter 16. A Special Announcement.")
text _("Chapter 16. Getting the Hang of It.")
text _("Chapter 16. Willing to Go.")
text _("Chapter 17. Want to Get Motivated?")
text _("Chapter 17. Want to See the Gallery?")
text _("Chapter 17. Want to Have a Picnic?")
text _("Chapter 17. Want to Head Out to Eat?")
text _("Chapter 18. Winter Nights.")
text _("Chapter 18. A Bitter Winter.")
text _("Chapter 18. Cold, Cold Heart.")
text _("Chapter 18. Snowed In.")
text _("Chapter 18. Under the Snow, There's a Rose.")
text _("Chapter 19. Inco the Terrible.")
text _("Chapter 19. Nightgators.")
text _("Chapter 19. Down the Trail Named 'Legacy'.")
text _("Chapter 19. Happy Little Gator.")
text _("Reading the Epilogue.")