Skip to content

Optimizes update_action_buttons

Rob Nelson requested to merge pull/5954/optimizingshitagain into Bleeding-Edge

Created by: clusterfack

Shaves off another Discussion% of human life() I'd say.

How it works right now: Makes a new image of the action object from its icon state and icon. Blends it with the obj/screen button. For up to 5 objects, every tick.

How it works after I optimized it: Makes a new image once, sets its appearance to that of the action object (costless) Since the image's loc is the obj/screen button it requires no blending Does nothing else because my system isn't shit

Merge request reports