forked from Fayelicious/esx_slots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__resource.lua
45 lines (41 loc) · 984 Bytes
/
__resource.lua
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
40
41
42
43
44
45
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
ui_page 'html/ui.html'
client_scripts {
'config.lua',
'client.lua'
}
server_scripts {
'server.lua'
}
files {
'html/ui.html',
'html/script.js',
'html/design.css',
-- Images
'html/img/black.png',
'html/img/item1.png',
'html/img/item2.png',
'html/img/item3.png',
'html/img/item4.png',
'html/img/item5.png',
'html/img/item6.png',
'html/img/item7.png',
'html/img/red.png',
'html/img/overlay.png',
'html/img/background.png',
'html/img/butbg.png',
'html/img/butbg-hover.png',
'html/img/paytable.png',
'html/img/table.png',
'html/img/table-hover.png',
-- Audio
'html/audio/relstop.wav',
'html/audio/alarma.wav',
'html/audio/apasaButonul.wav',
'html/audio/changeBet.wav',
'html/audio/collect.wav',
'html/audio/pornestePacanele.wav',
'html/audio/seInvarte.wav',
'html/audio/winDouble.wav',
'html/audio/winLine.wav'
}