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,9 +1,6 @@
from states.game_state import GameState
from widgets.button import Button
from widgets.switch import Switch
from controllers.settings_controller import SettingsController
from render.settings_menu_renderer import SettingsMenuRenderer
import pygame
class SettingsMenu(GameState):
def __init__(self, switch_state_callback, context):