generated from mwc/project_game
Fix bug in fruit slices
This commit is contained in:
@@ -4,6 +4,7 @@ from random import choice, randint
|
||||
class FruitManager:
|
||||
|
||||
display = False
|
||||
name = "fruit_manager"
|
||||
|
||||
def __init__(self):
|
||||
self.active_fruits = []
|
||||
|
||||
Reference in New Issue
Block a user