0

I want to set the Ursina window resizable to False, just like tkinter.

window.resizable(False, False)
Zoe
  • 27,060
  • 21
  • 118
  • 148

1 Answers1

1

That won't work you can't resize the ursina window (never worked for me)

Hacker
  • 37
  • 12
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 01 '22 at 09:54