Update templates/games.html
Browse files- templates/games.html +4 -4
templates/games.html
CHANGED
|
@@ -215,10 +215,10 @@
|
|
| 215 |
const spinCanvas = document.getElementById('spin-canvas');
|
| 216 |
if(spinCanvas) {
|
| 217 |
const boothSegments = [
|
| 218 |
-
{ text: "Stiker Keren", color: "#EF4444" }, { text: "
|
| 219 |
-
{ text: "Zonk! Coba Lagi", color: "#9CA3AF" }, { text: "
|
| 220 |
-
{ text: "Gantungan Kunci", color: "#F59E0B" }, { text: "
|
| 221 |
-
{ text: "
|
| 222 |
];
|
| 223 |
const ctx = spinCanvas.getContext('2d');
|
| 224 |
const centerX=450, centerY=450, radius=450;
|
|
|
|
| 215 |
const spinCanvas = document.getElementById('spin-canvas');
|
| 216 |
if(spinCanvas) {
|
| 217 |
const boothSegments = [
|
| 218 |
+
{ text: "Stiker Keren", color: "#EF4444" }, { text: "Zonk! Coba Lagi", color: "#3B82F6" },
|
| 219 |
+
{ text: "Zonk! Coba Lagi", color: "#9CA3AF" }, { text: "Kalender Imsak", color: "#10B981" },
|
| 220 |
+
{ text: "Gantungan Kunci", color: "#F59E0B" }, { text: "Kalender Masehi", color: "#8B5CF6" },
|
| 221 |
+
{ text: "Zonk! Coba Lagi", color: "#EC4899" }, { text: "JACKPOT!", color: "#FFD700" }
|
| 222 |
];
|
| 223 |
const ctx = spinCanvas.getContext('2d');
|
| 224 |
const centerX=450, centerY=450, radius=450;
|