Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -147,7 +147,7 @@
|
|
147 |
camera.lookAt(0, 1.7, 0); // Look towards the origin (adjust as needed)
|
148 |
|
149 |
//초기배경
|
150 |
-
scene.background = new THREE.Color(
|
151 |
|
152 |
|
153 |
document.addEventListener('keydown', onKeyDown);
|
|
|
147 |
camera.lookAt(0, 1.7, 0); // Look towards the origin (adjust as needed)
|
148 |
|
149 |
//초기배경
|
150 |
+
scene.background = new THREE.Color(0x000000);
|
151 |
|
152 |
|
153 |
document.addEventListener('keydown', onKeyDown);
|