This commit is contained in:
NikolajDanger
2022-10-26 13:43:06 +02:00
parent b636440409
commit 417dd962ae

View File

@ -11,9 +11,9 @@ LANDMARKS = [7, 11, 10, 6]
LANDMARK_POSITIONS = {
7: [0, 0],
11: [300, 0],
10: [0, 400],
6: [300, 400]
11: [200, 0],
10: [0, 300],
6: [200, 300]
}
POWER = 70