remove MSAA

This commit is contained in:
William Bell
2025-12-26 20:58:37 +00:00
parent 275f394580
commit faf15f6069
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -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)

View File

@@ -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