How To Embed A Tkinter Window Into A Pygame Game Gui?
I have coded the Tkinter window and my pygame game separately. However, when I tried to link the two the game would no longer work. The Tkinter window is used to allow the user to
Solution 1:
I don't believe you can embed tkinter in to pygame.
When I needed to provide user input in to a pygame game, I used the widgets available with PGU.
Post a Comment for "How To Embed A Tkinter Window Into A Pygame Game Gui?"