Version 2.0 Bump + readability changes

This commit is contained in:
Jim Shield
2025-04-01 19:39:26 +01:00
committed by GitHub
parent 531c93377a
commit 7492531621
4 changed files with 61 additions and 29 deletions

View File

@@ -1,17 +1,19 @@
Config = {
System = {
Debug = false,
Debug = true,
EventDebug = false,
Notify = "qb",
Menu = "qb",
ProgressBar = "qb",
drawText = "gta",
Menu = "qb", -- "qb", "ox"
Notify = "gta", -- "qb", "ox", "gta"
ProgressBar = "gta", -- "qb", "ox", "gta"
drawText = "gta", -- "qb", "ox", "gta"
},
Main = {
UseProgbar = false, -- Disabled this, progress bars stop all anims when complete.
-- This is intended to create a progressbar to show consuming but it was usually forces animations to end weirdly
},
Crafting = {
showItemBox = true
showItemBox = true -- Display "use" item boxes on some inventories that need to be told to
}
}