At runtime, images do not update for controls.
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
var/y = input("Choose a color") as color
var/icon/i = new('pixel.png')
i.Blend(y)
fcopy(i,"tmp/pixel.png")
winset(src,"o_main","image=\"tmp/pixel.png\"")
fdel("tmp/pixel.png")
Expected Results:
The new image to replace the old on in the background.
Actual Results:
The image stays the same.
Does the problem occur:
Every time? Or how often? Everytime
In other games? Untested
In other user accounts?n/a
On other computers? n/a
Workarounds:
n/a