浏览代码

:wrench: Slow down ground scrolling

To make it more natural with zoom disabled.
DricomDragon 1 年之前
父节点
当前提交
e8c8264393
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"]