forked from Simnation/Main
ed
This commit is contained in:
parent
3fa969a62c
commit
b31336d080
19 changed files with 3844 additions and 85 deletions
36
resources/[notify]/rtx_notify/fxmanifest.lua
Normal file
36
resources/[notify]/rtx_notify/fxmanifest.lua
Normal file
|
@ -0,0 +1,36 @@
|
|||
fx_version 'adamant'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
description 'RTX NOTIFY'
|
||||
|
||||
version '10.0'
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
files {
|
||||
'html/ui.html',
|
||||
'html/styles.css',
|
||||
'html/scripts.js',
|
||||
'html/howler.core.js',
|
||||
'html/debounce.min.js',
|
||||
'html/BebasNeuePro-Bold.ttf',
|
||||
'html/img/*.png',
|
||||
'html/sounds/*.mp3'
|
||||
}
|
||||
|
||||
ui_page 'html/ui.html'
|
||||
|
||||
exports {
|
||||
'Notify',
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue