diff options
author | sanine <sanine.not@pm.me> | 2023-09-18 05:11:05 +0000 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-09-18 05:11:05 +0000 |
commit | 3425c3c435a000b14103a0055fd913ccb855b734 (patch) | |
tree | 2efbb0599104d3794f5c0604d71ac16bf97368d2 /draw.lua | |
parent | bfcc2e759807a692d8e0353e3bbecd109175032b (diff) |
implement basic ui
Diffstat (limited to 'draw.lua')
-rw-r--r-- | draw.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ function draw(stats, theme) {base(stats, theme)}, {traits(stats, theme)}, {actions(stats, theme)}, - {reactions(stats, theme)}, + --{reactions(stats, theme)}, {legendary(stats, theme)} ) return m.render(m.svg{ |