Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -140,7 +140,7 @@
|
|
140 |
|
141 |
const player1 = {
|
142 |
x: 100,
|
143 |
-
y:
|
144 |
height: 60,
|
145 |
width: 20,
|
146 |
color: '#FF6B6B',
|
@@ -149,7 +149,7 @@
|
|
149 |
|
150 |
const player2 = {
|
151 |
x: 700,
|
152 |
-
y:
|
153 |
height: 60,
|
154 |
width: 20,
|
155 |
color: '#4ECDC4',
|
|
|
140 |
|
141 |
const player1 = {
|
142 |
x: 100,
|
143 |
+
y: 575,
|
144 |
height: 60,
|
145 |
width: 20,
|
146 |
color: '#FF6B6B',
|
|
|
149 |
|
150 |
const player2 = {
|
151 |
x: 700,
|
152 |
+
y: 575,
|
153 |
height: 60,
|
154 |
width: 20,
|
155 |
color: '#4ECDC4',
|