forceEnum:false as default & enum icon changes

- Set forceEnum to false, for now
- Switch some icons around
This commit is contained in:
Wolfsblvt
2024-06-22 01:04:03 +02:00
parent abb186db01
commit c6c8f91c99
3 changed files with 9 additions and 8 deletions

View File

@ -14,7 +14,7 @@ export const enumIcons = {
default: '◊',
// Variables
variable: 'V',
variable: '𝑥',
localVariable: 'L',
globalVariable: 'G',
scopeVariable: 'S',
@ -24,6 +24,8 @@ export const enumIcons = {
group: '🧑‍🤝‍🧑',
persona: '🧙‍♂️',
qr: 'QR',
closure: '𝑓',
macro: '{{',
tag: '🏷️',
world: '🌐',
preset: '⚙️',
@ -37,10 +39,9 @@ export const enumIcons = {
boolean: '🔲',
string: '📝',
number: '1⃣',
array: '📦',
array: '[]',
enum: '📚',
dictionary: '📖',
closure: '🧩',
dictionary: '{}',
// Roles
system: '⚙️',