mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 01:51:46 +00:00
* managed_overlays no longer stores as a list for singletons (#60320) This is kinda on the snowflakely side, but im ok with the concept for cases like this. Nearly every movable with smoothing only has a single item list containing the smoothing overlay, this includes pipes, wires, windows, tables, lattices, etc. This seems like a large enough waste to justify the type confusion between lists and an appearance. * managed_overlays no longer stores as a list for singletons Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>