kittykatattack / ga

The world's tiniest, cutest and funnest game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cubed should be 3

dapili opened this issue · comments

ga/plugins.js

Line 1159 in bef6dd8

sineCubed: function(x) {return Math.pow(Math.sin(x * Math.PI / 2), 2);},