Flatten commits

This commit is contained in:
Nick Walton 2021-05-06 08:13:50 -06:00
commit d3e719f743
19 changed files with 700 additions and 0 deletions

11
examples/stats.js Normal file
View file

@ -0,0 +1,11 @@
//input modifiers to set up stats
// creates stats to open up the stats overlay
const modifier = (text) => {
state.stats = {stats:{strength:{level: 4, cost:2}, agility:{level: 1, cost:5},}, statPoints:50}
return ({text})
}
// Don't modify this part
modifier(text)