You are browsing as a guest. Sign up (or log in) to start making projects!

2h 25m 53s logged

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)

0
11

Comments 0

No comments yet. Be the first!