Page 1 of 1

Flying cube

Posted: Tue Dec 11, 2018 1:41 am
by tijatjj
Hi I was looking at the cube that rotates.is there a way I can change the pics on it with the ones I have thanks

Re: Flying cube

Posted: Tue Dec 11, 2018 8:59 pm
by airsoftsoftwair
Sure, just modify these lines to point to the pics you'd like to use instead:

Code: Select all

@BRUSH 1, "01.jpg"
@BRUSH 2, "02.jpg"
@BRUSH 3, "03.jpg"
@BRUSH 4, "04.jpg"
@BRUSH 5, "05.jpg"
@BRUSH 6, "06.jpg"

Re: Flying cube

Posted: Wed Dec 12, 2018 2:01 am
by tijatjj
Thank you will try