diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-25 13:33:37 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-25 13:33:37 -0500 |
commit | 499392238db4eca473ad973b370392c60c4a9605 (patch) | |
tree | fecc1b5126b71d4be3ddce03fe89422b6a8dd32d /res/sprites | |
parent | 367810f962951e6bc013f895023fa0487238c2cf (diff) | |
download | tanetane-499392238db4eca473ad973b370392c60c4a9605.tar.gz tanetane-499392238db4eca473ad973b370392c60c4a9605.tar.bz2 tanetane-499392238db4eca473ad973b370392c60c4a9605.zip |
Started working on scene with Lucas going underwater
The resurfacing animation seems pretty good actually. Not sure about the sound effect for him submerging. Also gotta fix the issue with cutscenes in non-normal media.
Diffstat (limited to 'res/sprites')
-rw-r--r-- | res/sprites/lucas_anim.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/sprites/lucas_anim.txt b/res/sprites/lucas_anim.txt index 5eb7d91..d81c69c 100644 --- a/res/sprites/lucas_anim.txt +++ b/res/sprites/lucas_anim.txt | |||
@@ -59,4 +59,7 @@ swim_walk[up_left]: 402 | |||
59 | swim_walk[up]: 403 | 59 | swim_walk[up]: 403 |
60 | swim_walk[up_right]: 404 | 60 | swim_walk[up_right]: 404 |
61 | swim_walk[right]: 405 | 61 | swim_walk[right]: 405 |
62 | swim_walk[down_right]: 406 \ No newline at end of file | 62 | swim_walk[down_right]: 406 |
63 | submerge![down]: 418,419,420,421 | ||
64 | drown[down]: 421,422,423,424,425,426,427 | ||
65 | resurface![down]: 428,429,430,431,432,433,399 \ No newline at end of file | ||