make window not resizable so it doesnt break when window is resized

This commit is contained in:
Robin Hübner 2017-09-04 22:00:40 +02:00
parent ac9857b0ae
commit e20d7d9346
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ global1="*res://global1.gd"
window/size/width=640
window/size/height=400
window/size/resizable=false
[input]