37 lines
919 B
Lua
37 lines
919 B
Lua
----------------------- [ MenuV ] -----------------------
|
|
-- GitHub: https://github.com/ThymonA/menuv/
|
|
-- License: GNU General Public License v3.0
|
|
-- https://choosealicense.com/licenses/gpl-3.0/
|
|
-- Author: Thymon Arens <contact@arens.io>
|
|
-- Name: MenuV
|
|
-- Version: 1.4.1
|
|
-- Description: FiveM menu library for creating menu's
|
|
----------------------- [ MenuV ] -----------------------
|
|
fx_version 'cerulean'
|
|
game 'gta5'
|
|
lua54 'yes'
|
|
|
|
name 'MenuV'
|
|
version '1.4.1'
|
|
description 'FiveM menu library for creating menu\'s'
|
|
author 'ThymonA'
|
|
contact 'contact@arens.io'
|
|
url 'https://github.com/ThymonA/menuv/'
|
|
|
|
files {
|
|
'menuv.lua',
|
|
'menuv/components/*.lua',
|
|
'dist/*.html',
|
|
'dist/assets/css/*.css',
|
|
'dist/assets/js/*.js',
|
|
'dist/assets/fonts/*.woff',
|
|
'languages/*.json'
|
|
}
|
|
|
|
ui_page 'dist/menuv.html'
|
|
|
|
client_scripts {
|
|
'config.lua',
|
|
'menuv/components/utilities.lua',
|
|
'menuv/menuv.lua'
|
|
} |