Commit Graph

5 Commits (1219079c95303c3f6c09852ad603f3594aae1710)

Author SHA1 Message Date
Elijah Voigt 1219079c95 Most of the update for Bevy 0.12
Stuck on a weird Animation error...
2 years ago
Elijah Voigt 69205318dd Move loading system to loading.rs 2 years ago
Elijah Voigt e2e535137a Most of the way toward the final camera setup
Two cameras only, one for 2d one for 3d -- none of this camera-per-state bs.

Still have a bug with switching while in the menu, but otherwise things
are working well.
2 years ago
Elijah Voigt c7692d36c1 Need to figure out a better way to camera...
The general idea is that we will have 2 cameras total, one for 2d and
one for 3d. Start with 2d and switch to 3d. Each camera will be marked
with it's state, and there will be a system which listens for some event
(or resource update) to change the camera.
2 years ago
Elijah Voigt f87bfb5a6c Loading screen. Ironing out bugs with color change? 2 years ago