Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
How to load an image from a subfolder into Texture? — Gideros Forum

How to load an image from a subfolder into Texture?

______ Member
edited July 2012 in General questions
I tried:
Texture.new("resources/images/play-red.png")
Texture.new("./resources/images/play-red.png")
Texture.new("../resources/images/play-red.png") -- (My lua file is in /scenes/)
Nothing works, except copying the image to the root folder, and referencing it as "play-red.png".

Any ideas?
People call me "underscore".

Comments

Sign In or Register to comment.