|
Post by Learning47 on Dec 16, 2009 1:22:37 GMT -5
My question is where is proper place to put textures in, also how do I load it to make it work in my programs. I do know this asked by many users before.
|
|
|
Post by shadow008 on Dec 16, 2009 7:59:33 GMT -5
First off you could just put textures in the default textures folder.
And you load textures like so:
dim texture textures=loadtex("texture file path")
|
|
|
Post by aphoticgenesis on Dec 16, 2009 15:48:34 GMT -5
usually people name it a simple or a obvious directory like textures, or data within the same place as the project file(.gb) or executable
|
|
|
Post by Adam on Dec 16, 2009 16:27:01 GMT -5
you should look at the texturedemo program in the programs folder
|
|