Commit f9e07d8a authored by nanahira's avatar nanahira

rename premake5 desc

parent 893b83b3
...@@ -63,7 +63,7 @@ boolOptions = { ...@@ -63,7 +63,7 @@ boolOptions = {
} }
for _, boolOption in ipairs(boolOptions) do for _, boolOption in ipairs(boolOptions) do
newoption { trigger = boolOption, category = "YGOPro - Koishi", description = "" } newoption { trigger = boolOption, category = "YGOPro - options", description = "" }
end end
numberOptions = { numberOptions = {
...@@ -75,7 +75,7 @@ numberOptions = { ...@@ -75,7 +75,7 @@ numberOptions = {
} }
for _, numberOption in ipairs(numberOptions) do for _, numberOption in ipairs(numberOptions) do
newoption { trigger = numberOption, category = "YGOPro - Koishi", description = "", value = "NUMBER" } newoption { trigger = numberOption, category = "YGOPro - options", description = "", value = "NUMBER" }
end end
function GetParam(param) function GetParam(param)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment