소스 검색

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