diff --git a/my_game.py b/my_game.py index 7c16769..bb76223 100644 --- a/my_game.py +++ b/my_game.py @@ -46,6 +46,7 @@ with open('record.txt','r',encoding='utf-8') as um: one=f['第1名'] two=f['第2名'] three=f['第3名'] + basic_font = pygame.font.Font('STKAITI.TTF',32) index = 0 y = 400 diff --git a/record.txt b/record.txt index a6f4a29..9c21737 100644 --- a/record.txt +++ b/record.txt @@ -1,5 +1,2 @@ -import random -c=randit(80,90) -d=randit(60,70) -e=randit(40,50) -{"第1名": c, "第2名": d, "第3名":e} \ No newline at end of file + +{"第1名": 100, "第2名": 90, "第3名":87} \ No newline at end of file