Log In  

On the scale of important problems, I understand that this probably rates super low, but with the recent web player update, part of the start screen of one of my games has vanished. I'll show you what I mean. Here is the title screen of my cart as seen in the cover image:

And here is what you see in the current web player (0.2.1c.21):

The road that the cars are on is gone. This happens on both mobile and desktop.

I haven't updated the cart for about 3 months, and obviously I don't have this version to test with locally to see if it's something I need to change in my code to account for a feature change. I'm pretty sure that I'm the only one that plays my games, so not a huge deal for me personally, but I wanted to flag it in case this is happening to anyone else with a bigger audience.

P#86757 2021-01-24 22:34

Hi @2bitchuck

Thanks for the report. It turns out this was caused by fixing a clipping bug that was causing the sspr call in kilowar to work by accident;

I hope you don't mind, I went ahead and updated the cart with a single line change:

From:

sspr(128,64,32,32,0,50,128,32)  

Should be:

sspr(0,64,32,32,0,50,128,32)

I believe it's working as intended now, but let me know if you see anything else weird. Thanks!

P#86938 2021-01-29 18:25 ( Edited 2021-01-29 18:25)

Thanks @zep - leave it to me to unintentionally exploit a bug for my own good :). It does look as expected now, so thanks for the fix, very much appreciate it!

P#86943 2021-01-29 18:51

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-20 13:02:39 | 0.009s | Q:12