Danny
Danny
config file needs to change to accept a `scopes` array. on first run (with `--autocomplete`), save the found scopes to the config via appending it. this allows the user to...
not sure why, but all of a sudden all of chakras internal stories are included in this storybook. gotta find out how to make it not do that.
You should be able to store and get events tied to dates. Something like: ```typescript Event { start: Date; end: Date; meta?: T; } addEvent(event: Event) => void eventsFor(date: Date)...
More modals, shouldn't have to go to a separate screen for everything. Probably use [VisUI](https://vis.kotcrab.com/demo/ui/).
## These unlock as your stats level **Agility** - Jump over an enemy **Strength** - Knockback an enemy, moving you into their space and moving them two spaces back. Extra...
``` Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Asset not loaded: sprites/qbicfeet_10x10.atlas at com.badlogic.gdx.assets.AssetManager.get(AssetManager.java:136) at me.dannytatom.xibalba.screens.LoadingScreen.render(LoadingScreen.java:62) at com.badlogic.gdx.Game.render(Game.java:46) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) ```