perandersson / playstate

PlayState
2 stars 0 forks source link

Make it possible to load texture from script #22

Closed perandersson closed 11 years ago

perandersson commented 11 years ago

You can now load 2D textures from script:

local texture = Texture2D.Load("/path/to/image")