From b69258c956eb16f875f9e3caf1363f99823d726a Mon Sep 17 00:00:00 2001 From: Kenney Date: Mon, 2 Oct 2023 10:41:14 +0200 Subject: [PATCH] Updated default quality settings Set anti-aliasing to FXAA, soft shadow quality to 'low' --- project.godot | 3 +-- scenes/main.tscn | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index 4a498e6..19ea713 100644 --- a/project.godot +++ b/project.godot @@ -102,5 +102,4 @@ zoom_out={ [rendering] -lights_and_shadows/directional_shadow/soft_shadow_filter_quality=5 -anti_aliasing/quality/msaa_3d=3 +anti_aliasing/quality/screen_space_aa=1 diff --git a/scenes/main.tscn b/scenes/main.tscn index 4a8160a..0fbff4d 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -161,3 +161,5 @@ offset_right = 368.0 offset_bottom = 123.0 text = "0" label_settings = SubResource("LabelSettings_38ys3") + +[connection signal="coin_collected" from="Player" to="HUD" method="_on_coin_collected"]