sgimenez / laby

Learn programming, playing with ants and spider webs ;-)
https://sgimenez.github.io/laby/
Other
98 stars 39 forks source link

Missing png resources #35

Open vbgl opened 9 years ago

vbgl commented 9 years ago

Running laby installed from sources yields:

[fatal error] cannot find resource "tiles/ant-w.png"

The corresponding .svg file is found however (according to laby --debug), but gdk cannot load it:

GdkPixbufError: Couldn't recognize the image file format for file '/[…]/tiles/ant-w.svg'

Thanks!