fun update(state: Map<String, Any>): Unit
Overrides Interactable.update
This function is called (by the owner) whenever its state changes so that the Image can update itself for the new state.
state - A map containing the new state of the owner.
state