Parcourir la source

:wrench: Slow down ground scrolling

To make it more natural with zoom disabled.
DricomDragon il y a 1 an
Parent
commit
e8c8264393
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      godot/run/levels/level_1.tscn

+ 1 - 1
godot/run/levels/level_1.tscn

@@ -14,7 +14,7 @@
 scroll_ignore_camera_zoom = true
 
 [node name="Ground" type="ParallaxLayer" parent="ParallaxBackground"]
-motion_scale = Vector2(0.2, 0.2)
+motion_scale = Vector2(0.01, 0.01)
 motion_mirroring = Vector2(6400, 6400)
 
 [node name="Grass" type="Sprite2D" parent="ParallaxBackground/Ground"]