Skip to content

Commit

Permalink
chore: use viewport rendering mode, increase default gravity setting
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Dec 24, 2022
1 parent 56a8296 commit 416a1e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ CameraMode="*res://CameraMode/CameraMode.tscn"
window/size/viewport_width=1920
window/size/viewport_height=1080
window/size/mode=3
window/stretch/mode="viewport"

[input]

Expand Down Expand Up @@ -141,3 +142,7 @@ pause={
3d_physics/layer_1="Entities"
3d_physics/layer_2="Level"
3d_physics/layer_3="Coins"

[physics]

3d/default_gravity=16.0

0 comments on commit 416a1e8

Please sign in to comment.