diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2021-12-24 21:10:33 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2021-12-24 21:10:33 +0100 |
commit | e9598b88841374301646a7115253ab38ac904e4c (patch) | |
tree | 0ddc46c3ebd34762408cb108a3dbfb98d669af85 /project.godot | |
parent | 156420f2a4635a84390e8ff488d12b8f84fea94f (diff) |
working
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 11f4819..4fa3d6c 100644 --- a/project.godot +++ b/project.godot @@ -68,7 +68,7 @@ _global_script_class_icons={ [application] -config/name="snub2" +config/name="snub" run/main_scene="res://world.tscn" config/icon="res://icon.png" @@ -76,6 +76,12 @@ config/icon="res://icon.png" enabled=PoolStringArray( "res://addons/voxel-core/plugin.cfg" ) +[gui] + +theme/use_hidpi=true +theme/custom="res://themes/DarkTheme/Dark.theme" +theme/custom_font="res://themes/font.tres" + [input] movement_forward={ @@ -164,4 +170,7 @@ common/enable_pause_aware_picking=true [rendering] +quality/subsurface_scattering/quality=2 +quality/filters/msaa=4 +quality/filters/use_fxaa=true environment/default_environment="res://default_env.tres" |