From 684fd305e10e366971e0ad82cf7e0f808cff2b1c Mon Sep 17 00:00:00 2001 From: icefire Date: Sat, 20 Jun 2009 07:15:51 -0700 Subject: [PATCH] add_material now "works", add_picture added, etc. the add_material self.offset.append() part is probably fucked, someone fix that --- banner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banner.py b/banner.py index f4a44c3..d46b7de 100755 --- a/banner.py +++ b/banner.py @@ -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):