about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-05 22:02:46 -0500
committerelioat <elioat@tilde.institute>2024-01-05 22:02:46 -0500
commit0f6ff2d0856e9e0009a94911e3c2eb2ca6ab2d67 (patch)
tree65fcb8ca7b044adc85e3390ff20696f024f85c03 /js
parent07cd190730e654e828edbdeea52aa092ddda470f (diff)
downloadtour-0f6ff2d0856e9e0009a94911e3c2eb2ca6ab2d67.tar.gz
*
Diffstat (limited to 'js')
-rw-r--r--js/name-gen/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/name-gen/app.js b/js/name-gen/app.js
index b658147..a151520 100644
--- a/js/name-gen/app.js
+++ b/js/name-gen/app.js
@@ -1,7 +1,7 @@
 const canvas = document.getElementById('canvas');
 const ctx = canvas.getContext('2d');
 
-const syllables = ["fro", "gan", "ar", "leg", "gim", "bil", "sam", "pip", "mer", "bor", "do", "dalf", "gorn", "olas", "li", "bo", "wise", "pin", "ry", "omir"];
+const syllables = ["fro", "gan", "ar", "leg", "gim", "bil", "sam", "pip", "mer", "bor", "do", "dalf", "gorn", "olas", "li", "bo", "wise", "pin", "ry", "omir", "thor", "mor", "ven", "zel", "xan"];
 
 const colors = {};
 syllables.forEach(syllable => {