forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
fa33181fa9
commit
813de15e85
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default Vue.extend({
|
||||||
data() {
|
data() {
|
||||||
const particles = [];
|
const particles = [];
|
||||||
const origin = 64;
|
const origin = 64;
|
||||||
const colors = ['#1abc9c', '#3498db', '#f1c40f', '#e74c3c', '#e67e22', '#2ecc71'];
|
const colors = ['#FF1493', '#00FFFF', '#FFE202'];
|
||||||
|
|
||||||
for (let i = 0; i < 12; i++) {
|
for (let i = 0; i < 12; i++) {
|
||||||
const angle = Math.random() * (Math.PI * 2);
|
const angle = Math.random() * (Math.PI * 2);
|
||||||
|
|
Loading…
Reference in a new issue