Skip to content

Commit d18e499

Browse files
committed
TweenMax added for smoother animation
1 parent ec8c586 commit d18e499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<title>Game</title>
1212
<script async type="text/javascript" src="./js/three.js"></script>
1313
<script type="module" src="./js/game.js"></script> <!-- module type by default are in defer state -->
14+
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.2/gsap.min.js"></script>
1415
</head>
1516

1617
<body>

0 commit comments

Comments
 (0)