Skip to content

Commit

Permalink
fix: manifest update
Browse files Browse the repository at this point in the history
* fix: manigest update

* fix: missing letter

* fix: organize
  • Loading branch information
mafewtm authored Nov 16, 2023
1 parent 496c78a commit 8f0d946
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
fx_version 'cerulean'
use_experimental_fxv2_oal 'yes'
lua54 'yes'
game 'gta5'
name 'qbx_hud'
author 'Qbus & Qbox Contributors'
version '1.0.0'
repository 'https://github.com/Qbox-project/qbx_hud'

description 'HUD for Qbox'
repository 'https://github.com/Qbox-project/qbx_hud'
version '1.0.0'


shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'config.lua',
'@ox_lib/init.lua',
'@qbx_core/import.lua',

}

modules {
'qbx_core:playerdata',
client_scripts {
'@qbx_core/modules/playerdata.lua',
'client.lua',
}

server_script 'server.lua'
client_script 'client.lua'

ui_page 'html/index.html'

Expand All @@ -33,3 +31,6 @@ files {
'html/responsive.css',
'html/app.js',
}

lua54 'yes'
use_experimental_fxv2_oal 'yes'

0 comments on commit 8f0d946

Please sign in to comment.