Skip to content

Commit

Permalink
Quick Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed May 19, 2024
1 parent 0f63afd commit a6cd56a
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 160 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# [4.3.4]

- PT-BR language translation updates for v4.3.3.
- Add Quick Settings for quickly choosing the layers you want to add when opening tokenizer.

# [4.3.3]

Expand Down
16 changes: 12 additions & 4 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,21 @@
"vtta-tokenizer.MagicLasso.fill": "[F] Fill with color",
"vtta-tokenizer.quick-settings": {
"label": "Quick Settings Selector",
"description": "Quickly apply changes for the type of tokens you wish to make",
"tokenring": {
"label": "Token Ring",
"description": "Quickly apply changes for the type of tokens you wish to make. This will use the currently selected default image for the frame, texture layer, colours etc.",
"tokenring-colour": {
"label": "Token Ring Colour",
"description": "A token ring with a solid background colour"
},
"tokenring-texture": {
"label": "Token Ring Texture",
"description": "A token ring with a texture layer as background"
},
"tokenring-transparent": {
"label": "Token Ring Clear",
"description": "A token ring with no background"
},
"dynamicring": {
"label": "Dynamic Ring",
"label": "Dynamic Token Ring",
"description": "Use the dynamic ring mask, no background colour"
},
"nothing": {
Expand Down
Loading

0 comments on commit a6cd56a

Please sign in to comment.