Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Ionia | Kelly Rauchenberger | 2021-02-20 | 3 | -0/+164 |
| | |||||
* | Started adding event where Claus joins the party | Kelly Rauchenberger | 2021-02-18 | 3 | -0/+99 |
| | |||||
* | Added expressions (currently just surprise) | Kelly Rauchenberger | 2021-02-17 | 3 | -0/+8 |
| | |||||
* | Added Kumatora talking animation | Kelly Rauchenberger | 2021-02-15 | 1 | -1/+9 |
| | |||||
* | Added Doria | Kelly Rauchenberger | 2021-02-15 | 3 | -0/+203 |
| | | | | Things to note about her: she does not have walking animations in the intercardinal directions. Also her disappearing animation needs a higher frame rate than the 30 FPS we currently have. | ||||
* | Added sfx to electrocution event | Kelly Rauchenberger | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | Added lightning sprite to mailbox event | Kelly Rauchenberger | 2021-02-13 | 4 | -1/+19 |
| | | | | | | | | Sprites can be destroyed now, which really just means that their index is removed from the list of active sprites. The actual memory is not freed until all sprites are deleted on map change. Sprite layers are introduced. All sprites by default are on layer 0 (Normal) which renders them in between the lower and upper map layers. There is also a layer 1 (Above) that renders above the upper map layer, and the sprite for the lightning strike uses this layer in order to not be hidden by the trees. Fixed a bug where waiting for the end of a non-looping animation would trip the flag immediately upon the final frame activating, instead of waiting the length of the last frame. | ||||
* | Added non-looping animations | Kelly Rauchenberger | 2021-02-13 | 1 | -1/+2 |
| | | | | Lucas can get electrocuted now. | ||||
* | Flint uses talking animation in script0001 now | Kelly Rauchenberger | 2021-02-11 | 1 | -1/+9 |
| | |||||
* | Added sound and animation changes to scripting | Kelly Rauchenberger | 2021-02-06 | 1 | -1/+9 |
| | |||||
* | Added Flint | Kelly Rauchenberger | 2021-02-06 | 3 | -0/+330 |
| | |||||
* | Organised resources folder | Kelly Rauchenberger | 2021-02-05 | 12 | -0/+1522 |