forked from wrldspawn/Themer

- code style consistency - removed unused vars for cvars that never existed - slight optimization of loops - merge settings categories into one - force tool panel labels to fix colors on apply (to the best of ability) - fix gear icon not applying to utilities tab
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"description": "A tool to make derma skin application easier.",
|
|
"ignore": [
|
|
"*.psd",
|
|
"icon.jpg",
|
|
"themer.gma",
|
|
".git/*",
|
|
".gitignore",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"logo": "icon.jpg",
|
|
"tags": ["build", "scenic"],
|
|
"title": "Themer",
|
|
"type": "tool",
|
|
"workshopid": 938347376
|
|
}
|