예제 #1
0
파일: boss.py 프로젝트: nhandler/cs429
    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']