소스 검색

Less screenshake on land;

bjorn 10 년 전
부모
커밋
2dcc4a1d22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pigeon.lua

+ 1 - 1
pigeon.lua

@@ -393,7 +393,7 @@ end
 
 function Pigeon.air:exit()
   if self.air.lastVelocity > 800 then
-    ctx.view:screenshake(20 + (self.air.lastVelocity / 100))
+    ctx.view:screenshake(15 + (self.air.lastVelocity / 100))
   end
 end