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)
|
||||
|
||||
Reference in New Issue
Block a user