SuperTux / supertux

SuperTux source code
https://supertux.org
GNU General Public License v3.0
2.48k stars 474 forks source link

Objects with missing sprite do not load at all. #2946

Open tylerandari13 opened 1 month ago

tylerandari13 commented 1 month ago

SuperTux Version

v0.6.3-1204-g3bb35a1c1

System Information

Linux 64-bit (i think)

Expected Behavior

Objects that have a missing sprite load with their default sprite. I believe this was a retrocompatibility measure to prevent the screen from getting spammed with missing textures.

Actual Behavior

Objects that have a missing sprite do not load at all.

Steps To Reproduce Actual Behavior

Additional Information

I was playing some playtester levels and I noticed a lantern that's supposed to spawn isn't spawning because it used a sprite that was not yet in the game, and because of the compatibility measure mentioned above i was very confused when no lantern spawned at all. I also mentioned this issue here.

Guidelines For Reporting Issues

Vankata453 commented 2 weeks ago

Couldn't reproduce this - are there specific objects this occurs with?