remove MSAA
This commit is contained in:
2
app.py
2
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user