mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
survey button in level selection
This commit is contained in:
parent
3b2e3f11f4
commit
4b8c57ccbe
3 changed files with 42 additions and 5 deletions
scenes
|
@ -57,3 +57,7 @@ func reload():
|
|||
level_id += 1
|
||||
|
||||
chapter_id += 1
|
||||
|
||||
|
||||
func onSurveyPressed():
|
||||
OS.shell_open("https://docs.google.com/forms/d/e/1FAIpQLSehHVcYfELT59h6plcn2ilbuqBcmDX3TH0qzB4jCgFIFOy_qg/viewform")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue