Oops, made a mistake - replace self.top_group with top_group in the following lines!
On Jun 23, 10:41 pm, Lynx <[email protected]> wrote: > top_group = pyglet.text.layout.TextLayoutGroup(group) > background_group = pyglet.graphics.OrderedGroup(0, > self.top_group) > foreground_group = \ > pyglet.text.layout.TextLayoutForegroundGroup(1, > self.top_group) > foreground_decoration_group = \ > pyglet.text.layout.TextLayoutForegroundDecorationGroup > ( > 2, self.top_group) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
