diff --git a/app.py b/app.py index cfbfeb0..5e6d18e 100644 --- a/app.py +++ b/app.py @@ -67,7 +67,7 @@ def draw_progress_bar(rect, current_time, total_time): # ) pr.set_config_flags(pr.ConfigFlags.FLAG_WINDOW_RESIZABLE) -pr.set_config_flags(pr.FLAG_MSAA_4X_HINT) +# pr.set_config_flags(pr.FLAG_MSAA_4X_HINT) #pr.set_config_flags(pr.FLAG_FULLSCREEN_MODE) pr.init_window(state["screen_width"], state["screen_height"], "UgPod") pr.set_target_fps(TARGET_FPS) diff --git a/requirements.txt b/requirements.txt index 3394a1a..fd76f89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ propcache==0.4.1 pycparser==2.23 pyee==13.0.0 python-dotenv==1.2.1 -raylib_drm==5.5.0.4 +raylib==5.5.0.4 requests==2.32.5 sounddevice==0.5.3 typing_extensions==4.15.0