Colin McMillen 2020-03-09 17:34:37 +00:00
parent b860201639
commit 8f561a82b1

@ -1,6 +1,12 @@
## 2020-03-09
* Attached LinesOfSight to NPCs.
## 2020-03-02 ## 2020-03-02
* Added sound effects & looping music. * Added sound effects & looping music.
* Got `git lfs` set up. Switched to git submodules (from copybara) for splitting public/private repositories. * Got `git lfs` set up. Switched to git submodules (from copybara) for splitting public/private repositories.
* Started parsing sprite & animation metadata from Aseprite's JSON format.
* Started using a real level editor (Ogma) & wrote code to parse Ogma's JSON.
* Made an FSM class and started using it for NPC behavior.
## 2020-02-24 ## 2020-02-24
* Built a properly-packaged demo for inclusion on Microsoft Store for PC & Xbox One. * Built a properly-packaged demo for inclusion on Microsoft Store for PC & Xbox One.