-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__resource.lua
More file actions
39 lines (37 loc) · 1.09 KB
/
__resource.lua
File metadata and controls
39 lines (37 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
files {
'index.html',
'music.mp3',
'css/fontawesome-all.min.css',
'css/plugins.min.css',
'css/style-city.min.css',
'css/style.min.css',
'img/logo.png',
'img/background/slide2-bg.jpg',
'img/background/slide3-bg.jpg',
'js/plugins-savage.js',
'js/plugins.js',
'js/savage.min.js',
'js/yt.js',
'webfonts/fa-brands-400.eot',
'webfonts/fa-brands-400.svg',
'webfonts/fa-brands-400.ttf',
'webfonts/fa-brands-400.woff',
'webfonts/fa-brands-400.woff2',
'webfonts/fa-light-300.eot',
'webfonts/fa-light-300.svg',
'webfonts/fa-light-300.ttf',
'webfonts/fa-light-300.woff',
'webfonts/fa-light-300.woff2',
'webfonts/fa-regular-400.eot',
'webfonts/fa-regular-400.svg',
'webfonts/fa-regular-400.ttf',
'webfonts/fa-regular-400.woff',
'webfonts/fa-regular-400.woff2',
'webfonts/fa-solid-900.eot',
'webfonts/fa-solid-900.svg',
'webfonts/fa-solid-900.ttf',
'webfonts/fa-solid-900.woff',
'webfonts/fa-solid-900.woff2',
}
loadscreen 'index.html'
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'