SWITCH to pygame-ce & REMOVE pygame dependencies

This commit is contained in:
dylandefaoite
2025-05-02 11:39:53 +02:00
parent cd4bfff5e7
commit adb1fd2ca4
7 changed files with 9 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
import pygame
import copy
class ControlController:
def __init__(self, control_renderer, box_top: tuple[int, int]):