From 6b7c7479a3fb8afac15a506115b16b247b4c7680 Mon Sep 17 00:00:00 2001 From: SpitfireX Date: Tue, 11 Aug 2015 04:18:40 +0200 Subject: Some minor changes - increased the detection radius for possible threats - removed some unnecessary conditions which lead to some buggy behavior - changed the default resolution (again... maybe it's better) --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.py') diff --git a/gui.py b/gui.py index 800abc4..6e46e73 100644 --- a/gui.py +++ b/gui.py @@ -22,7 +22,7 @@ logging = False input = False clock = pygame.time.Clock() -screensize=(1280, 720) +screensize=(1280, 800) screen=pygame.display.set_mode(screensize,HWSURFACE|DOUBLEBUF|RESIZABLE) def draw_line(p1, p2, color, global_coords=True): -- cgit v1.2.3