瀏覽代碼

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