Title Screen Functionality
For the longest time, the title screen has been completely non-functional. That ends today, when I do some actually easy coding and give functionality* to all of the buttons I put onto the title screen.
Start game initiates a loading popup before loading the next scene.
Credits gives the same text each time, with the exception of the green highlighted text, which chooses a random adjective each time the credits button is pressed.
The settings are a lie.
Celestial Capitalist
var wordBank = ["debatably", "demonstrably", "woefully"]
var msg = str(wordBank[randi_range(0, len(wordBank) - 1]) + " developed by @idi0cy and @Ratseer"
print(msg)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.