AlisterT / openjazz

OpenJazz
GNU General Public License v2.0
275 stars 49 forks source link

Spriteless objects in Jungrock #69

Open Violet-CLM opened 3 years ago

Violet-CLM commented 3 years ago

Jungrock (level0.011 and level1.011) has two kinds of objects with no sprites (they use animation 0 in both directions, which uses the null sprite): 28 and (in the second level only) 32. 28 is a cool effect attached to some hanging vines which makes leaves go flying when Jazz touches them: it can be collided with in OpenJazz, which is good, but not in JJ1. However, 32 in the second level also can be collided with in OpenJazz, which is bad, because it's invisible and hurts to touch.

VikingBoyBilly commented 3 years ago

The raggedy ann dolls in xmas95 don't work right either

On Tue, Jan 26, 2021 at 2:07 PM Violet CLM notifications@github.com wrote:

Jungrock (level0.011 and level1.011) has two kinds of objects with no sprites (they use animation 0 in both directions, which uses the null sprite): 28 and (in the second level only) 32. 28 is a cool effect attached to some hanging vines which makes leaves go flying when Jazz touches them: it can be collided with in OpenJazz, which is good, but not in JJ1. However, 32 in the second level also can be collided with in OpenJazz, which is bad, because it's invisible and hurts to touch.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AlisterT/openjazz/issues/69, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASG7PQ4NESPBNY3YJRUAEEDS34HGJANCNFSM4WT6SGKA .

Violet-CLM commented 3 years ago

The raggedy ann dolls have sprites so I'm not sure how that's related?

VikingBoyBilly commented 3 years ago

It's related because it's a bug. Someone fix it!

On Wed, Jan 27, 2021 at 5:05 PM Violet CLM notifications@github.com wrote:

The raggedy ann dolls have sprites so I'm not sure how that's related?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AlisterT/openjazz/issues/69#issuecomment-768609698, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASG7PQ3UE44MPIDGV7CZWTLS4CE3LANCNFSM4WT6SGKA .

carstene1ns commented 3 years ago

@Violet-CLM: If there is nothing else to do but disabling the collision for these, it should be an easy fix.

@VikingBoyBilly: This is a different issue and should be separated.