Example #1
0
    def show(self, tree = False):
        """Start this Entity rendering again if previously stopped.

        Keyword arguments:
        -- tree: If True then all children of this Entity (and their children
          etc) will be shown too. (default False)
        """
        Game.show_entities(self, tree = tree)