Fix rulesets disposing game-wide texture store
Fix HitObjectContainer not correctly unbinding from startTime fast enough
Add the ability to toggle new combo state from composer context menu
Closes #10124
Add icons for editor toolbox tools
Using an abstract property was awkward for this as it is being consumed in the underlying constructor but could not be dynamically set in time from a derived class.