Skip to content

Commit

Permalink
set window scaling mode correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Sep 9, 2020
1 parent 66a6932 commit 86efc76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ ScoreTracker="*res://player/ScoreTracker.gd"

[display]

window/size/resizable=false
mouse_cursor/custom_image="res://cursor.png"
mouse_cursor/custom_image_hotspot=Vector2( 15, 15 )
window/stretch/mode="2d"
window/stretch/aspect="keep"

[input]

Expand Down

0 comments on commit 86efc76

Please sign in to comment.