diff options
author | cflip <cflip@cflip.net> | 2022-09-24 21:52:35 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-24 21:52:35 -0600 |
commit | 998a91e6b8d9ec3b6a6455f9685db650231bfc71 (patch) | |
tree | b5ac599beb192ec5293012561c38ea9864addcc9 /project.godot | |
parent | f7b5af4ec8ef37c180c3dbdb9c0f787d5510907f (diff) |
Reduce scale of entire scene by 5 and upscale the window instead
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 80c33ce..45e0fac 100644 --- a/project.godot +++ b/project.godot @@ -18,6 +18,14 @@ config/icon="res://icon.png" global_variables="*res://scripts/global_variables.gd" +[display] + +window/size/width=214 +window/size/height=120 +window/size/test_width=1070 +window/size/test_height=600 +window/stretch/mode="2d" + [gui] common/drop_mouse_on_gui_input_disabled=true @@ -33,4 +41,8 @@ shoot={ [physics] common/enable_pause_aware_picking=true -2d/default_gravity=981 +2d/default_gravity=196 + +[rendering] + +2d/snapping/use_gpu_pixel_snap=true |