From: Carl Worth Date: Sat, 20 Jun 2020 18:01:33 +0000 (-0700) Subject: Move definition of Scribe glyphs to an array of objects X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=3eded2a202f7b3d636e4b76e3c9aa0c32e2bae3f;hp=3eded2a202f7b3d636e4b76e3c9aa0c32e2bae3f;p=lmno.games Move definition of Scribe glyphs to an array of objects And loop over this with map() to generate a list of React elements. This is instead of the previous list of literal React elements we had before. This doesn't have any immediate impact, but makes the glyph data available if other code wants to access it in the future, (such as code that is scoring a mini grid). ---