Give pipes SpriteVariations
Posted: Sat Aug 08, 2026 8:41 pm
Hi, I was hoping to give some variations to my custom pipes, and I was sure I would be able to, but I just found out that pipe pictures use type Sprite, which allow only one image per direction.
The problem: pipe repetitiveness I suggest changing pipe pictures' types from Sprite to SpriteVariations. I assume it would not break __base__ or mods, since you can just declare a sprite in a sprite variations (e.g. wall.pictures.filling)
My use case
The problem: pipe repetitiveness I suggest changing pipe pictures' types from Sprite to SpriteVariations. I assume it would not break __base__ or mods, since you can just declare a sprite in a sprite variations (e.g. wall.pictures.filling)
My use case