This commit is contained in:
kdang
2025-12-18 09:35:07 -05:00

View File

@@ -8,7 +8,7 @@ class Catcher:
width = 7
display = False
pieces = []
name = "Player"
name = "catcher"
color = "white_on_indigo"
def __init__(self, position):