DmitrMakeev commited on
Commit
88fdad4
verified
1 Parent(s): 06f0aeb

Update koleso.html

Browse files
Files changed (1) hide show
  1. koleso.html +2 -2
koleso.html CHANGED
@@ -78,7 +78,7 @@ body {
78
  <script>
79
 
80
  const sectors = [
81
- { color: '#f82', label: 'Stack', probability: 10 },
82
  { color: '#0bf', label: '10', probability: 20 },
83
  { color: '#fb0', label: '200', probability: 15 },
84
  { color: '#0fb', label: '50', probability: 20 },
@@ -127,7 +127,7 @@ function drawSector(sector, i) {
127
  function rotate() {
128
  const sector = sectors[getIndex()]
129
  ctx.canvas.style.transform = `rotate(${ang - PI / 2}rad)`
130
- spinEl.textContent = !angVel ? 'SPIN' : sector.label
131
  spinEl.style.background = sector.color
132
  }
133
 
 
78
  <script>
79
 
80
  const sectors = [
81
+ { color: '#f82', label: 'VIP', probability: 10 },
82
  { color: '#0bf', label: '10', probability: 20 },
83
  { color: '#fb0', label: '200', probability: 15 },
84
  { color: '#0fb', label: '50', probability: 20 },
 
127
  function rotate() {
128
  const sector = sectors[getIndex()]
129
  ctx.canvas.style.transform = `rotate(${ang - PI / 2}rad)`
130
+ spinEl.textContent = !angVel ? '校写邪褔邪!' : sector.label
131
  spinEl.style.background = sector.color
132
  }
133