blob: f7e7a9da5f733ad1550e2aaa641ed0c53862e5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// setTimeout(function() {
//
// $(".boat").throwable({
// containment: "parent",
// impulse: {
// f: 52,
// p: {
// x: Math.random(),
// y: Math.random()
// }
// }
// });
//
// }, 3000);
|