forked from Simnation/Main
15 lines
764 B
Lua
15 lines
764 B
Lua
![]() |
-- config.lua
|
||
|
Config = {}
|
||
|
|
||
|
Config.TargetSystem = 'ox_target' --[[ Set the target system for the poles, can be ox_target, qb-target or false for Draw3D ]]
|
||
|
|
||
|
Config.DanceKey = 51 --[[ Set the key for starting the animation ]]
|
||
|
|
||
|
Config.StopKey = 73 --[[ Set the key for stopping the animation ]]
|
||
|
|
||
|
Config.Icon = 'fa-solid fa-arrow-right' --[[ Set the icon for ox_target or qb-target ]]
|
||
|
|
||
|
Config.Text = 'Dance' --[[ Set the text for ox_target or qb-target ]]
|
||
|
|
||
|
Config.Text3D = '[~q~E~w~] Dance' --[[ Set the text for when ox_target or qb-target are set to false ]]
|