Made the game exclusively 1920x1080 for now
This commit is contained in:
parent
6aacf9ff6e
commit
2b0d0daf2c
2 changed files with 5 additions and 1 deletions
|
@ -46,6 +46,9 @@ margin_top = -34.0
|
|||
margin_right = 32.0
|
||||
margin_bottom = 34.0
|
||||
rect_scale = Vector2( 2, 2 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="StartButton" type="Button" parent="VBoxContainer"]
|
||||
margin_right = 63.0
|
||||
|
|
|
@ -33,7 +33,8 @@ Global="*res://misc/scripts/global.gd"
|
|||
|
||||
window/size/width=1920
|
||||
window/size/height=1080
|
||||
window/size/fullscreen=true
|
||||
window/size/resizable=false
|
||||
window/size/borderless=true
|
||||
mouse_cursor/custom_image="res://2D Art/Cursor/Cursor.png"
|
||||
|
||||
[editor_plugins]
|
||||
|
|
Loading…
Reference in a new issue