refactor: update modules and locales

This commit is contained in:
Matthew
2024-03-03 16:36:53 -05:00
committed by GitHub
parent f58de0f3c4
commit b672697a7f
22 changed files with 180 additions and 387 deletions
+7 -5
View File
@@ -5,19 +5,21 @@ description 'items to help players breathe and move underwater'
repository 'https://github.com/Qbox-project/qbx_divegear'
version '1.0.0'
ox_lib 'locale'
shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/utils.lua',
'@qbx_core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'@qbx_core/modules/lib.lua',
}
server_script 'server/main.lua'
client_script 'client/main.lua'
file 'config/client.lua'
files {
'config/client.lua',
'locales/*.json',
}
lua54 'yes'
use_experimental_fxv2_oal 'yes'