This commit is contained in:
parent
83babb8c5c
commit
8c696914b8
4 changed files with 3 additions and 4 deletions
|
@ -31,7 +31,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||
|
||||
let x = Math.random() * window.innerWidth * 0.8;
|
||||
let y = Math.random() * window.innerHeight * 0.3;
|
||||
const angle = Math.random() * Math.PI / 6 + Math.PI / 8;
|
||||
const angle = (Math.random() * Math.PI) / 6 + Math.PI / 8;
|
||||
const speed = 10;
|
||||
const totalFrames = 60;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue