make window not resizable so it doesnt break when window is resized
This commit is contained in:
parent
ac9857b0ae
commit
e20d7d9346
|
@ -22,6 +22,7 @@ global1="*res://global1.gd"
|
||||||
|
|
||||||
window/size/width=640
|
window/size/width=640
|
||||||
window/size/height=400
|
window/size/height=400
|
||||||
|
window/size/resizable=false
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue