Skip to content

Commit

Permalink
Update fxmanifest.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
swkeep committed Aug 22, 2024
1 parent 0964d0b commit 613076d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions interactionMenu/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fx_version 'cerulean'
games { 'gta5' }

name 'interactionMenu'
description 'A standalone raycast-based interaction menu for FiveM'
version '0.1.4'
description 'A standalone raycast and world based interaction menu for FiveM'
version '1.0.0'
author "swkeep"
repository 'https://github.com/swkeep/interaction-menu'

Expand All @@ -22,11 +22,14 @@ shared_scripts {
}

client_script {
-- ox_lib
-- '@ox_lib/init.lua',
-- PolyZone
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/CircleZone.lua',
'@PolyZone/ComboZone.lua',
-- core
'lua/client/util.lua',
'lua/client/3dDuiMaker.lua',
'lua/client/menuContainer.lua',
Expand All @@ -46,6 +49,4 @@ files {
'lua/client/icons/*.*',
}

-- provide 'qb-target'

lua54 'yes'

0 comments on commit 613076d

Please sign in to comment.