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"]