FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.92k stars 2.27k forks source link

Bug Report: A-bot sprite moves for some reason. #2674

Open BStasik opened 3 months ago

BStasik commented 3 months ago

Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.

If you are playing the game in a browser, what site are you playing it from?

What version of the game are you using? Look in the bottom left corner of the main menu. (ex: 0.2.7, 0.2.1, shit like that)

0.4.0(still in 0.4.1)

Have you identified any steps to reproduce the bug? If so, please describe them below in as much detail as possible. Use images if possible.

No special steps/actions needed.

Please describe your issue. Provide extensive detail and images if possible.

When you loosing in weekend 1 Nene is going to throw a knife at you. But if you heal enough she will put away her knife and after this animation A-Bot moves to the left for a moment and comes back. Its easy to notice. This bug has existed since version 0.3.0.

Hundrec commented 3 months ago

A-Bot's sprite actually doubles during the transition!

https://github.com/FunkinCrew/Funkin/assets/170126004/eef3705d-6e8a-449f-adac-be5913fe9fc4

BStasik commented 3 months ago

A-Bot's sprite actually doubles during the transition!

A-Bot.Sprite.bug.mp4

you are such a nice person

biomseed commented 3 months ago

A-Bot's sprite actually doubles during the transition!

A-Bot.Sprite.bug.mp4

Usually when there's 2 of a character, that's a mod's fault. I know cuz of that broken change character event that people always use.

Hundrec commented 3 months ago

A-Bot's sprite actually doubles during the transition! A-Bot.Sprite.bug.mp4

Usually when there's 2 of a character, that's a mod's fault. I know cuz of that broken change character event that people always use.

I used an unmodified version of 0.4.0 for this recording, so mods aren't at play here

I suspect this is just an error with Nene's lowerKnife animation in the .json or .xml file

TabTray commented 3 months ago

this bug happens because nene's spritesheet still has 3 leftover frames that include abot, being used for the last 3 frames of nene's knife lowering animation. however, abot and nene are supposed to use separate sprites. this visual glitch wouldnt normally be noticable, however nene has since been moved slightly to the left/abot has been moved slightly to the right since the creation of the sprites, causing the visual.

the easist solution would be to just remove the last 3 frames from the KnifeLower animation, fixing the visual glitch.