Comments

Log in with itch.io to leave a comment.

Fantastic vehicles, quick question: I tried using the first car as the player sprite in the sample GBStudio shoot em' up scene, but it shows some glitches when interacting with the other actors in the scene... Is there no way to use thes as a player sprite? (considering they are bigger than 16x16)

Thanks again, wonderful sprites!

Okay, so, I thought this was a neat question, cause I hadn't even considered using the cars as player sprites. So, I did a couple tests. They work fine in top down as npcs, but I saw a couple different visual glitches when it was a player sprite. If you want to use them for player sprites, they need to be chunked on intervals of 16, so they need an extra  8 pixels on the top so they're 32x32 sprites. (They're also the wrong direction for em, so I made a version of all the cars and mopeds/motorcycle that works as player sprites for easy setup). 

I've uploaded the new sprites in the zip file. They're just labeled with "player_" in front for easy drop in. Hopefully this meets your needs, but definitely let me know if you run into any more weird issues with em!

I managed to fix the issue exactly like you mentioned, adding 8 pixels to the top so the canvas size is 32x32. That way I could paint the whole sprite into the canvas fitting it correctly... After that I just had to set the collision bounding box normally.

Now it works perfectly. Thanks again for this wonderful pack!

Glad to hear it worked! I'd love to see your project when it's done, and let me know if there are other vehicle things you would like me to try and add =D

This is wicked. Love it so much. Thank you and cheers

Thank u a lot for share this with us <3

I'm just happy if they're useful to more folks than just me =D Enjoy!

When i find out how i can use it. I put it in my game =)