Commit 864e221c by BellCodeEditor

save project

parent cec077c1
Showing with 1 additions and 0 deletions
......@@ -137,6 +137,7 @@ while True:
for k in conDin:
tag+=30
show=basic_font.render(k+str(conDin[k]),True,(255,0,0))
screen.blit(show,(850,tag))
if score>oldScore:
scoreMusic.play()
oldScore=score
......
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