natecraddock/open-reckless-drivin

Player car not showing

SomeCodingUser opened this issue · 1 comments

Hi,

I was playing around a bit with the code but I can't make the player car rendering. I couldn't find the part of the code where all the objects are being rendered besides the street etc. Is it still missing or can you point me to the right direction?

Also I had to change the if in game.zig:38 to if (index >= sprites.num_sprites) instead of < to make it work.

Would love to contribute a bit.

Hello!

Funny enough, I had just written "work on reckless drivin sprite rendering" on my todo list today right before you made this issue! There is no logic yet for the rendering of the objects/sprites.

Also I had to change the if in game.zig:38 to if (index >= sprites.num_sprites) instead of < to make it work.

Thanks for pointing that out, I'll look into it

Would love to contribute a bit.

You are welcome to contribute! I would like to let you know that this is just a passion project of mine that I work on in my free time. There is a lot of context I have in my head that I haven't written down. If you make a PR or suggestions I am willing to review them, but I don't have much time to help other people contribute (understand the code). So don't let that stop you from helping!