1path = ./ 2file 0 = one.tga ; this is a 32x32 rgba image 3file 1 = two.tga ; this is a 32x32 rgba image 4file 2 = three.tga ; this is a 32x32 rgba image 5file 3 = four.tga ; this is a 32x32 rgba image 6file 4 = five.tga ; this is a 32x32 rgba image 7file 5 = six.tga ; this is a 32x32 rgba image 8file 6 = seven.tga ; this is a 32x32 rgba image 9file 7 = eight.tga ; this is a 32x32 rgba image 10 11image 0 = 0, 0, RGB5A3 ; use color from file 0, alpha from file 0 12 ; convert to RGB5A3 format 13image 1 = 1, 1, RGB5A3 ; use color from file 0, alpha from file 0 14 ; convert to RGB5A3 format 15image 2 = 2, 2, RGB5A3 ; use color from file 0, alpha from file 0 16 ; convert to RGB5A3 format 17image 3 = 3, 3, RGB5A3 ; use color from file 0, alpha from file 0 18 ; convert to RGB5A3 format 19image 4 = 4, 4, RGB5A3 ; use color from file 0, alpha from file 0 20 ; convert to RGB5A3 format 21image 5 = 5, 5, RGB5A3 ; use color from file 0, alpha from file 0 22 ; convert to RGB5A3 format 23image 6 = 6, 6, RGB5A3 ; use color from file 0, alpha from file 0 24 ; convert to RGB5A3 format 25image 7 = 7, 7, RGB5A3 ; use color from file 0, alpha from file 0 26 ; convert to RGB5A3 format 27 28texture 0 = 0, x ; texture 0 uses image 0, no palette 29texture 1 = 1, x ; texture 1 uses image 1, no palette 30texture 2 = 2, x ; texture 2 uses image 2, no palette 31texture 3 = 3, x ; texture 3 uses image 3, no palette 32texture 4 = 4, x ; texture 4 uses image 4, no palette 33texture 5 = 5, x ; texture 5 uses image 5, no palette 34texture 6 = 6, x ; texture 6 uses image 6, no palette 35texture 7 = 7, x ; texture 7 uses image 7, no palette 36