Update games.js

This commit is contained in:
Cobalt-60
2023-05-17 22:50:58 -04:00
committed by GitHub
parent 5df47f1b70
commit b070c97a34
+1 -1
View File
@@ -2,7 +2,7 @@ import PolarisError from './error.js';
import frame from './frame.js';
const tiltEffectSettings = {
max: 15, // max tilt rotation (degrees (deg))
max: 12, // max tilt rotation (degrees (deg))
perspective: 1000, // transform perspective, the lower the more extreme the tilt gets (pixels (px))
scale: 1.05, // transform scale - 2 = 200%, 1.5 = 150%, etc..
speed: 800, // speed (transition-duration) of the enter/exit transition (milliseconds (ms))