Configuration
change the needs in script.js
script.js
// ✅ TRD Loading Screen Configuration
const config = {
welcome: "WELCOME TO <br> VEGA CITY", // Displayed in big text at center
background: {
video: null, // e.g., "background.mp4" or null
image: "assets/bg/background.jpg" // fallback background image
},
music: {
file: "assets/audio/song.mp3", // Background music
cover: "assets/img/music.png" // Cover image shown in the player
},
team: [
{
name: "Rwixy",
role: "Lead Dev",
image: "team/1.png",
social: {
github: "https://github.com/TridentScript",
twitter: "https://twitter.com/TridentScript",
instagram: "https://instagram.com/TridentScript",
facebook: "https://facebook.com/TridentScript"
}
},
//.......
//ADD MORE//
]
};Last updated