* Converted internally to eightbittr@0.8.0 - the monorepo
* Well, it compiles now
* Wow, it runs now, amaze - using post-walkthrough version
* Can walk around Pallet Town, but can't interact
* Basically almost TypeScript happy
* Collisions are back to working (weirdly) again
* Registered missing Frames section
* Moved from Travis to CircleCI
* Arbitrary README.md change for CircleCI
* v0.8.0-beta1
* Remove old TSLint things
* Fixed package command references
* Copied over external settings, including prettier
* Update lockfile
* Corrected parserOptions.project, disabled a few rules
* Fixed remaining lint complaints
* Added husky hooks and .github via hydration, and some formatting fixes
* Added rule overrides back
* v0.8.0 stable dependencies
* Brought in EightBittr version with consolidated creator functions
EightBittr just changed the built-in creators (e.g. `createAreaSpawner`) to provide more component details. This matches that change by overriding the new built-in components from EightBittr so that no more built-in creators need to be recreated here.
* Used new EightBittr version with numCols, numRows
* Used new BabyIoc version too
* Recreated IGroups in Groups.ts
* shenanigans-manager@0.2.44
* Un-inversed speed set through the UI
Simplifies the unnecessary class for creating UI settings to be a standalone arrow function. Adds a couple of unit tests too.
Fixes#611.
* Fixed lint complaints