defold / examples

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

"load_texture" gui example fails #12

Closed mario-bucatini closed 4 years ago

mario-bucatini commented 4 years ago

It looks like there is a problem with examples/gui/load_texture/load_texture.gui_script in line 30:

self.texture_url = "https://i.picsum.photos/id/"..math.random(1, 10).."/200/300.jpg"

It seems like the url scheme to fetch a random image from picsum has changed, as this line now fails to retrieve an image?

britzl commented 4 years ago

Thanks! I've updated the example to work with the new Picsum API