add_material now "works", add_picture added, etc. the add_material self.offset.append() part is probably fucked, someone fix that

This commit is contained in:
icefire 2009-06-20 07:15:51 -07:00
parent 8d141b62ad
commit 684fd305e1

View File

@ -1352,7 +1352,7 @@ class BRLYT:
return
def add_picture(self, name, (x, y), (w, h), material):
self.add_pas1()
mat_offs = None
for i in range(len(self.tags[2].materials)):
if(self.tags[2].materials[i].name == material):