Fix bug in fruit slices

This commit is contained in:
Chris Proctor
2026-03-19 13:19:29 -04:00
parent d504fd6a05
commit 57444521cc
2 changed files with 15 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ from random import choice, randint
class FruitManager:
display = False
name = "fruit_manager"
def __init__(self):
self.active_fruits = []