defold / examples

Defold examples for the Learn section of the site
https://www.defold.com/examples/
107 stars 27 forks source link

"down_duration" input example fails #11

Closed mario-bucatini closed 4 years ago

mario-bucatini commented 4 years ago

Sorry, still learning git and github so I'm not ready to submit a pull request, but there is a typo in examples/_main/menu.gui_script line 108:

self.index["input"] = { "move", "text", "down duration", "mouse_and_touch" }

I believe that "down duration" should actually be "down_duration"

thanks.

britzl commented 4 years ago

Thank you for reporting this @mario-bucatini !