remove comments

This commit is contained in:
doto 2024-02-27 19:30:28 +01:00
parent 5b722becea
commit 072697d344

View File

@ -286,16 +286,6 @@ class Cubito(arcade.Window):
print("Restart !")
if symbol == arcade.key.S:
# for mat in self.mat_list:
# token, distance = arcade.get_closest_sprite(mat, self.token_list)
# if arcade.check_for_collision(token, mat):
# instruction = str(token.token_type).upper()
# if instruction == "UP":
# instruction = "FORWORD"
# cubito.mouvement(instruction)
# print(instruction)
for mat in self.mat_list:
token, distance = arcade.get_closest_sprite(mat, self.token_list)