Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cutechicken
/
TankWar3D
like
28
Running
App
Files
Files
Community
1
cutechicken
commited on
Dec 11, 2024
Commit
321bc54
·
verified
·
1 Parent(s):
ebc3901
Update game.js
Browse files
Files changed (1)
hide
show
game.js
+1
-1
game.js
CHANGED
Viewed
@@ -559,7 +559,7 @@ async addDesertDecorations() {
559
tankPos.y,
560
tankPos.z
561
));
562
-
//
}
563
this.camera.lookAt(lookAtPoint);
564
}
565
559
tankPos.y,
560
tankPos.z
561
));
562
+
}
563
this.camera.lookAt(lookAtPoint);
564
}
565