コード例 #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']