chore(repo): Initial commit

This commit is contained in:
Jérémie N'gadi
2017-09-19 10:29:42 +02:00
commit 92d76ed67c
14 changed files with 1248 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX DMV School'
version '1.0.0'
server_scripts {
'server/main.lua'
}
client_scripts {
'config.lua',
'client/main.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/logo.png',
'html/dmv.png',
'html/cursor.png',
'html/styles.css',
'html/questions.js',
'html/scripts.js',
'html/debounce.min.js'
}