Skip to content
Snippets Groups Projects
Commit bc2a129d authored by Hameed Andy's avatar Hameed Andy
Browse files

fixed help menu layout

parent d5772653
No related branches found
No related tags found
No related merge requests found
BlankProjectTemplate/src/Exit_image_empty.png

1.45 KiB

......@@ -93,7 +93,7 @@ def main():
if (365 <= mousepos[0] <= 365+55 and 565 <= mousepos[1] <= 565+35 ):
if mouseclick[0] == 1:
help_.main()
GUI.text('Help',"comicsansms", 25,[0,0,0],(365,565),game)
GUI.custom_text('Help',"Roboto-Light.ttf", 25,[0,0,0],(365,565),game)
if (15 <= mousepos[0] <= 15+115 and 565 <= mousepos[1] <= 565+35 ):
if mouseclick[0] == 1:
......
......@@ -13,7 +13,7 @@ import Interface
def main():
pygame.init()
image1 = pygame.image.load("Exit_image.png")
image1 = pygame.image.load("Exit_image_empty.png")
run = True
while run:
help_ = pygame.display.set_mode((500,500))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment