Add sandbox button to the title, and add CLI badge explainer

This commit is contained in:
blinry 2021-02-04 15:19:54 +01:00
parent cab8a9837c
commit 13dc516edf
9 changed files with 30 additions and 8 deletions

View file

@ -54,6 +54,9 @@ func reload():
badge.sparkling = false
level_list.add_child(hb)
if badge.active:
game.notify("You get a golden badge for each level you solve without using the playing cards! Can you solve them all using the command line?", badge, "cli-badge")
level_id += 1
chapter_id += 1