Add files

This commit is contained in:
Jérémie N'gadi
2017-07-31 12:54:38 +02:00
parent 73f0d5dd0e
commit f3300e27cb
14 changed files with 501 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX Menu Dialog'
client_scripts {
'client/main.lua'
}
ui_page {
'html/ui.html'
}
files {
'html/ui.html',
'html/css/app.css',
'html/js/mustache.min.js',
'html/js/app.js',
'html/fonts/pdown.ttf',
'html/fonts/bankgothic.ttf',
'html/img/cursor.png',
'html/img/keys/enter.png',
'html/img/keys/return.png',
}