No, dt_count adds up each delta_time tick, if you want to pass delta_time to your instances you'd do something like this:
def update(self): while not self.has_exit: #store delta_time for instances self.tick = clock.tick() #render to screen and flip frame buffers self.draw() #manually dispatch window events self.dispatch_events() -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to pyglet-users+unsubscr...@googlegroups.com. To post to this group, send email to pyglet-users@googlegroups.com. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.