From b06b259c54e09f1a4026191d6eec9684599bd370 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 23 Feb 2021 22:22:49 -0500 Subject: Started working on ladders TODO: * all the animations are weird. we will need to have an adjustable framerate bc the climbing animation does not look right at the current rate. (also remove the manual animation stuff ig) * does the medium stuff seem good and right? i am kinda not satisfied with it. * running onto a ladder causes the characters to bunch up bc the movement speed is slowed down but the trails are not doubled * no ladder running sound * shadows should vanish while on a ladder * uhh if you end a cutscene while on a ladder it resets the animation to "still" which is wrong. will this ever happen? idk * adding a sprite to your party while you are on a ladder?? --- res/maps/hallucination.tsx | 30 ++++++++++++++++++++++++++++++ res/sprites/boney_anim.txt | 4 +++- res/sprites/duster_anim.txt | 4 +++- res/sprites/kuma_anim.txt | 4 +++- res/sprites/lucas_anim.txt | 4 +++- 5 files changed, 42 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/maps/hallucination.tsx b/res/maps/hallucination.tsx index 82edada..e06dab1 100644 --- a/res/maps/hallucination.tsx +++ b/res/maps/hallucination.tsx @@ -1096,6 +1096,16 @@ + + + + + + + + + + @@ -1151,6 +1161,11 @@ + + + + + @@ -1281,6 +1296,16 @@ + + + + + + + + + + @@ -1311,6 +1336,11 @@ + + + + + diff --git a/res/sprites/boney_anim.txt b/res/sprites/boney_anim.txt index a8b036c..5dfb65f 100644 --- a/res/sprites/boney_anim.txt +++ b/res/sprites/boney_anim.txt @@ -47,4 +47,6 @@ barking[up_left]: 3,35,43,35,43,35,43 barking[up]: 4,36,44,36,44,36,44 barking[up_right]: 5,37,45,37,45,37,45 barking[right]: 6,38,46,38,46,38,46 -barking[down_right]: 7,39,47,39,47,39,47 \ No newline at end of file +barking[down_right]: 7,39,47,39,47,39,47 +climb.[up]: 240,241,242,243,244,245,246,247,248,249,250,251,252 +climb.[down]: 253,254,255,256,257,258,259,260,261,262,263,264,265 \ No newline at end of file diff --git a/res/sprites/duster_anim.txt b/res/sprites/duster_anim.txt index 57c470c..538ddd1 100644 --- a/res/sprites/duster_anim.txt +++ b/res/sprites/duster_anim.txt @@ -39,4 +39,6 @@ run[up_left]: 75,83,91,99,107 run[up]: 76,84,92,100,108 run[up_right]: 77,85,93,101,109 run[right]: 78,86,94,102,110 -run[down_right]: 79,87,95,103,111 \ No newline at end of file +run[down_right]: 79,87,95,103,111 +climb.[up]: 200,201,202,206,207,208,203,204,205,206,207,208 +climb.[down]: 200,201,202,206,207,208,203,204,205,206,207,208 \ No newline at end of file diff --git a/res/sprites/kuma_anim.txt b/res/sprites/kuma_anim.txt index 01ca970..a691b7d 100644 --- a/res/sprites/kuma_anim.txt +++ b/res/sprites/kuma_anim.txt @@ -47,4 +47,6 @@ talk[up_left]: 35,43 talk[up]: 36,44 talk[up_right]: 37,45 talk[right]: 38,46 -talk[down_right]: 39,47 \ No newline at end of file +talk[down_right]: 39,47 +climb.[up]: 257,258,259,263,264,265,260,261,262,263,264,265 +climb.[down]: 257,258,259,263,264,265,260,261,262,263,264,265 \ No newline at end of file diff --git a/res/sprites/lucas_anim.txt b/res/sprites/lucas_anim.txt index 1a8b62b..cd5ee9f 100644 --- a/res/sprites/lucas_anim.txt +++ b/res/sprites/lucas_anim.txt @@ -41,4 +41,6 @@ run[up_right]: 72,80,88,96 run[right]: 73,81,89,97 run[down_right]: 74,82,90,98 lightning_electrocute![down]: 116,117,118,116,117,118 -lightning_collapse![down]: 119,120,121,122 \ No newline at end of file +lightning_collapse![down]: 119,120,121,122 +climb.[up]: 123,124,125,128,127,127,129,130,131,128,127,126 +climb.[down]: 123,124,125,128,127,127,129,130,131,128,127,126 \ No newline at end of file -- cgit 1.4.1