Modifica il tasto di attivazione per generare un nuovo ratto da "R" a "Return"

This commit is contained in:
2024-12-16 01:19:31 +01:00
parent 939e81ca82
commit db4cff34b0
+1 -1
View File
@@ -66,7 +66,7 @@ class MiceMaze:
print(key)
if key == "Q":
self.engine.window.close()
elif key == "R":
elif key == "Return":
self.new_rat()
elif key == "D":
if self.units: