From 40983db230dc3d24f1e5aca60bdd942663d53481 Mon Sep 17 00:00:00 2001 From: Nick Dyer Date: Sat, 19 Jun 2021 23:31:19 -0400 Subject: [PATCH] aligned popup menu icons to look nicer --- pocket_friends/game_files/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocket_friends/game_files/game.py b/pocket_friends/game_files/game.py index 616ce83..b5a9d91 100644 --- a/pocket_friends/game_files/game.py +++ b/pocket_friends/game_files/game.py @@ -471,7 +471,7 @@ class PopupMenu: icon.select() # Calculate the position of the icon on screen - icon.rect.x = position[0] + 2 + (i * 14) + icon.rect.x = 10 + (i * 15) - (icon.image.get_width() / 2) icon.rect.y = position[1] + self.frame.get_height() / 2 - icon.image.get_height() / 2 # Add the icon to the sprite group.