mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ beautiful unicode output info
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ var table_character_set = [
|
||||
"┷", "┳", "⊥", "﹃", "﹄", "╮", "╭", "╯", "╰", "╳"
|
||||
];
|
||||
|
||||
var selection_box = ["○", "◉", "☐", "▣"];
|
||||
var selection_box = ["○", "◉", "☐", "▣", "☑", "☒"];
|
||||
|
||||
var char_ttf=[
|
||||
[" "," "," "," "," "," "],
|
||||
|
||||
Reference in New Issue
Block a user