SuperTux / supertux

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

[Bug]: Changing z-pos doesn't work for some particles and objects #2989

Open Eauix opened 1 week ago

Eauix commented 1 week ago

SuperTux Version

v0.6.3-1277-g72553fe82

System Information

Windows 10, 64-bit

Expected Behavior

The objects appear in front of a tilemap with z-pos lower than the z-pos you set into the object.

Actual Behavior

The objects appear only in front of a tilemap with z-pos lower than 0, or -99 in case of the door

Steps To Reproduce Actual Behavior

Place a door, a conveyor, a rain particle or a custom particle and try to change its z-pos to appear behind or in front of a tilemap, it won't do anything.

Additional Information

image


Guidelines For Reporting Issues