예제 #1
0
파일: Player.py 프로젝트: DanaL/crashRun
 def add_hp(self, delta):
     BaseAgent.add_hp(self, delta)
     self.dm.dui.update_status_bar()