How to embed a Tkinter window into a pygame game GUI?

后端 未结 1 1873
刺人心
刺人心 2021-01-24 05:05

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 t

相关标签:
1条回答
  • 2021-01-24 06:00

    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.

    0 讨论(0)
提交回复
热议问题