Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

UM = {}

// ? Main Settings
UM.MainSettings = {
color: '#9134ea', // Todo: https://www.color-hex.com/
opacity: 10, // 0 close background opacity, | 0.7 low background opacity,
logo: "assets/images/logo.png",
logowidth: 10,
extra: {
autoRGB: false,
autoSnow: true,
},
}

UM.BackgroundSettings = {

musicBackground: {
enabled: true,
link: "assets/audio/audio.mp3",
volume: 0.3
},

videoBackground: {
defaultVID: {
enabled: false,
link: "assets/video/video.mp4", // ? if you want the video in the
showcase download it here and put it in the assets > video folder
// ?
https://cdn.discordapp.com/attachments/627254815252152331/1077573043771166810/
video.mp4
}, // ? youtubeVID is recommended instead
because the file size is high (100MB)
youtubeVID: {
enabled: true,
link: "https://www.youtube.com/watch?v=_XA_He1kCbg",
},
},

imageBackground: {
defaultIMG: {
link: "assets/images/bg/bg.jpg",
},
randomIMG: {
enabled: false,
imglist: ['bg1.jpg','bg2.png','bg3.jpg'],
},
}
}

// ? Cards
UM.Store = {
title: 'DISCORD',
description: 'Join our discord to get more information.',
button: 'DISCORD',
character_image: 'assets/images/characters/char-girl.png',
url: "https://discord.gg/nightcityroleplaymalaysia",
}

UM.AboutUs = {
enabled: false, // ? If you want to cancel the store, set it to true.
title: 'ABOUT US',
description: 'Lorem Ipsum is simply dummy text of the printing and typesetting
industry.',
button: 'VIEW ABOUT',
character_image: 'assets/images/characters/char-girl.png',
content: 'Lorem Ipsum is simply dummy text of the printing and typesetting
industry.',
}

UM.ChangeLog = {
title: 'SULTAN RANKING',
description: 'YOU CAN SEE LIST OF SULTAN RANKING.',
button: 'VIEW',
character_image: 'assets/images/characters/char-man.png',
page: {
// content: 'Lorem Ipsum is simply dummy text of the printing and
typesetting industry.',
// ? If you want the content part as multiple lines, you need to enable it
in the lines section.
content: [
"SULTAN 1 > DONATE UP TO RM 1,500",
"> CUSTOM CAR",
"SULTAN 2 > DONATE UP TO RM 3,000",
"> CUSTOM WEAPON MELEE/PROP",
"SULTAN 3 > DONATE UP TO RM 4,500",
"> HELI KECIK",
"SULTAN 4 > DONATE UP TO RM 6,000",
"> BAJU CUSTOM",
"SULTAN 5 > DONATE UP TO RM 7,500",
"> HELI BESAR",
],
},
// ? if you want to use github, you need to enable it in the github section
// ! Attention: Make sure you enter the information you created in your github
account correctly
// Todo: https://streamable.com/nsv7dx
github: {
enabled: false,
username: 'alp1x',
repository: 'um-loadingscreen',
branch: 'main',
path: 'newupdates',
},
url: {
enabled: false,
link: "https://uyuyorumstore.com",
}
}

UM.PlayerOfTheMonth = {
enabled: true,
title: "PLAYER OF THE MONTH",
playerimg: "assets/images/player/playerbest.png",
playername: "PABLO CASSANO"
}

UM.UserSocial = {
discord: true,
steam: true,
}

UM.Settings = {
title: "SETTINGS",
loading: "LOADING ASSETS",
}

UM.RandomInfo = {
time: 3000,
text: [
"🌟 Embrace the journey, not just the destination.",
"🚀 Success is not final, failure is not fatal: It is the courage to
continue that counts.",
"🌈 Life is what happens when you're busy making other plans.",
"💪 The only way to do great work is to love what you do.",
"🔥 Your time is limited, don't waste it living someone else's life.",
"🎯 Challenges are what make life interesting and overcoming them is what
makes life meaningful.",
"🌺 Success is not in what you have, but who you are.",
"⭐ Don't watch the clock; do what it does. Keep going.",
"🌱 The only place where success comes before work is in the dictionary."
]
}

You might also like