Olivia Ifrim
Olivia Ifrim
- [ ] Summary - [ ] Chapter 1 - [ ] Chapter 2 - [ ] Chapter 2 - [ ] CI setup
Need to have a think about the book overall structure as it grows. My thinking so far: - [x] **Base game** - poorly named but this is the setup of...
Using anchors will make it less painless to make changes without breaking the markdown and we could also use the line hiding feature of mdbook to make some of the...
Fixes #71 needs text fixes as well
Example: ``` use specs::NullStorage; use specs::WriteStorage; ``` should be ``` use specs::{NullStorage, WriteStorage}; ``` Might make sense to do at the same time as #79 to avoid having to change...
The only tricky bit here is to ensure all code references are changed correctly since the line numbers will be different.
We have a CI thanks to @wbprice! 🎉 Some future improvements: - [ ] use some clever caching to share state between the different folders - [x] automate the CI...
I think the colours are off in some cases because of lack of gamma colour correction.
Needs to keep track of a flag for whether imgui wants to capture the mouse or keyboard in `MouseState`. We can check with `ui.want_mouse_capture`.
Translation is out of sync after the latest updates and was not completed originally anyway