Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Textures that repeat... — Gideros Forum

Textures that repeat...

SinisterSoftSinisterSoft Maintainer
edited April 2014 in General questions
You can add a texture that repeats:

local texture = Texture.new("image.png", true, {wrap = Texture.REPEAT})

And make a bit map that points to that object, but how do you use this in practice? Do you just change the width/height of the bitmap to see the repeated pattern? If so how?
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
https://deluxepixel.com

Comments

Sign In or Register to comment.