From c7fb24fdcfd01a13325090b9bdc8397cc73acf9b Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Mon, 8 May 2023 20:10:19 +0200 Subject: [PATCH] =?UTF-8?q?projet:=20r=C3=A9duire=20le=20zoom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Finalement je trouve que dans une caverne, un zoom de *2.5 c'est un peu trop. --- princesse.tscn | 6 ++---- project.godot | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/princesse.tscn b/princesse.tscn index e5f5e04..b9650f3 100644 --- a/princesse.tscn +++ b/princesse.tscn @@ -301,12 +301,10 @@ libraries = { } [node name="vignetting" type="PointLight2D" parent="."] -position = Vector2(0, -12) -scale = Vector2(0.5, 0.483) energy = 1.8 blend_mode = 1 texture = SubResource("GradientTexture2D_t1uxd") -texture_scale = 2.5 +texture_scale = 1.85 [node name="light" type="PointLight2D" parent="."] position = Vector2(3, -0.187502) @@ -314,7 +312,7 @@ scale = Vector2(0.628453, 0.586182) color = Color(1, 0.85098, 0.862745, 1) energy = 0.4 texture = SubResource("GradientTexture2D_irtut") -texture_scale = 1.2 +texture_scale = 1.29 [connection signal="cheese_collected" from="." to="." method="reload_fart"] [connection signal="animation_finished" from="Death player" to="." method="_on_death_player_animation_finished"] diff --git a/project.godot b/project.godot index 9327e6f..4cce18d 100644 --- a/project.godot +++ b/project.godot @@ -21,7 +21,7 @@ window/size/viewport_width=1920 window/size/viewport_height=1080 window/stretch/mode="viewport" window/stretch/aspect="expand" -window/stretch/scale=2.5 +window/stretch/scale=2.0 [input]