fix condition for going from anim to screen
Haldean Brown
3 years ago
159 | 159 |
def load_loop(self):
|
160 | 160 |
self.new_screen = self.load()
|
161 | 161 |
if self.new_screen is not None:
|
162 | |
self.current_anim is None
|
|
162 |
self.current_anim = None
|
163 | 163 |
|
164 | 164 |
def anim_loop(self):
|
165 | 165 |
current_anim = self.current_anim
|