I want to set the Ursina window resizable to False, just like tkinter.
window.resizable(False, False)
I want to set the Ursina window resizable to False, just like tkinter.
window.resizable(False, False)
That won't work you can't resize the ursina window (never worked for me)