]> git.cworth.org Git - lmno.games/commitdiff
Move definition of Scribe glyphs to an array of objects
authorCarl Worth <cworth@cworth.org>
Sat, 20 Jun 2020 18:01:33 +0000 (11:01 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 20 Jun 2020 18:01:33 +0000 (11:01 -0700)
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).


No differences found