Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure input resources are always present.
In fishfolk/jumpy#861 it appears that the assets may have finished loading after the input system, but before the update system, leading to the game being ticked without the keyboard inputs. This initializes all of the input resources to their defaults so that the game will never be ticked without them.
- Loading branch information