-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.js
22 lines (17 loc) · 1 KB
/
settings.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//set type of version to use 1 for static logo and 2 for animate
var version = 1 // setting version from 1 and 2
//settings for audio player
var AudioFile = 'audio.ogg'; //music
var AudioVolume = 1; //volume at start from 0 to 1
var ColorWawe = '#009a93'; // color player wawe arround logo
//background
var UseVideo = true; //set true for video and false for IMG on background
var BackgroundFile = 'background.png'; //background IMG
//other settings
var img_logo1 = 'logo.png'; //LOGO
var img_logo2 = 'discord.png'; //second IMG on center for discord -- ONLY on version 2
var Discord = 'https://discord.gg/XXXXXXX'; //discord text visibile -- ONLY on version 1
var ColorTXT = '#009a93'; // color all text
var UseSmoke = true; //set smoke ON and OFF
var TXT_Load = 'Loading...' //text on load box
var TXT_Player = 'Push <b style="color:red">SPACE</b> for stop and play music and <b style="color:red">+</b> or <b style="color:red">-</b> for volume' //text on load box