mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-08 03:00:37 +00:00
urgent commit
This commit is contained in:
16
casse-brique/highscore.py
Normal file
16
casse-brique/highscore.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import sys, pygame
|
||||
import bouton
|
||||
from constantes import *
|
||||
|
||||
|
||||
class Highscore:
|
||||
""" """
|
||||
|
||||
def __init__(self):
|
||||
self.fichier = "highscore.txt"
|
||||
self.bouton_quitter = bouton.Bouton(
|
||||
(100, 100, 400, 100), "Retour au Menu", (255, 0, 0)
|
||||
)
|
||||
|
||||
def gereHighScore(self, ecran):
|
||||
pass
|
||||
Reference in New Issue
Block a user