Commit c64b3813 by BellCodeEditor

save project

parent 28527443
Showing with 10 additions and 0 deletions
......@@ -42,6 +42,7 @@ class Player(Hero):
self.hp += blood
self.hp = self.max_hp
print(self.name+"使用了治疗,血量增加:", blood,",目前的血量为:",self.hp)
houyi = Player("射手", "后羿")
yase = Hero("垭瑟")
print('-' * 30)
......
a = input('请输入秒数:')
m = a //3600
x = a / 60%60
c = a//60
import pygame
pygame.init()
pygame.display.set_mode((660,480))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment