Esempio n. 1
0
    def from_json(self, json):
        '''
        Restore this object from the passed in json object

        @param json - the json object
        '''
        ShooterSprite.from_json(self, json)
        self.health = json['health']