Skip to content

Commit

Permalink
chore: update fxmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
swkeep committed Feb 6, 2024
1 parent 621c5c7 commit 395f149
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 11 deletions.
6 changes: 5 additions & 1 deletion interactionDUI/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
fx_version 'cerulean'
games { 'gta5' }

author "Swkeep#7049"
name 'interactionDUI'
description 'Dui helper of interacion menu'
version '1.0.0'
author "swkeep"
repository 'https://github.com/swkeep/interaction-menu'

shared_scripts {}

Expand Down
18 changes: 11 additions & 7 deletions interactionMenu/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@
fx_version 'cerulean'
games { 'gta5' }

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

shared_scripts {
'config.shared.lua'
}

client_script {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/EntityZone.lua',
'@PolyZone/CircleZone.lua',
'@PolyZone/ComboZone.lua',
-- '@PolyZone/client.lua',
-- '@PolyZone/BoxZone.lua',
-- '@PolyZone/EntityZone.lua',
-- '@PolyZone/CircleZone.lua',
-- '@PolyZone/ComboZone.lua',

--
'lua/frameworks/qb/client.lua',
Expand All @@ -33,7 +37,7 @@ client_script {
'lua/client/interact.lua',

-- examples / tests
'lua/examples/*.lua'
-- 'lua/examples/*.lua'
}

server_script {}
Expand Down
9 changes: 9 additions & 0 deletions interactionMenu/lua/client/menuContainer.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-- _
-- | |
-- _____ _| | _____ ___ _ __
-- / __\ \ /\ / / |/ / _ \/ _ \ '_ \
-- \__ \\ V V /| < __/ __/ |_) |
-- |___/ \_/\_/ |_|\_\___|\___| .__/
-- | |
-- |_|
-- https://github.com/swkeep
local interactionAudio = Config.interactionAudio or {
mouseWheel = {
audioName = 'NAV_UP_DOWN',
Expand Down
2 changes: 1 addition & 1 deletion interactionMenu/lua/client/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-- | |
-- |_|
-- https://github.com/swkeep
DEVMODE = true
DEVMODE = false

-- cache
local glm = require 'glm'
Expand Down
6 changes: 4 additions & 2 deletions interactionRenderer/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
fx_version 'cerulean'
games { 'gta5' }

description 'keep-poster-renderer'
name 'interactionDUI'
description 'Dui Renderer of interacion menu'
version '1.0.0'
author "Swkeep#7049"
author "swkeep"
repository 'https://github.com/swkeep/interaction-menu'

0 comments on commit 395f149

Please sign in to comment.