Manager class that manages all production finished icons. It listens
to ResourceProduced messages on the main message bus
|
|
|
|
|
|
|
|
|
|
|
_on_resource_produced(self,
message)
This is called by the message bus with ResourceProduced messages |
source code
|
|
|
|
|
remove_icon(self,
group)
Remove the icon after the animation finished Also removes the entry
in the run-dictionary. |
source code
|
|
|
get_resource_string(self,
instance,
res)
Returns the render name for resource icons of this instance This key
MUST be unique! |
source code
|
|