Files
moon-gaming/404/404.js
T
2024-03-28 16:43:03 +00:00

3 lines
122 B
JavaScript

// Parallax Code
var scene = document.getElementById('scene');
var parallax = new Parallax(scene);