mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Add sandbox button to the title, and add CLI badge explainer
This commit is contained in:
parent
cab8a9837c
commit
13dc516edf
9 changed files with 30 additions and 8 deletions
scenes
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue