This commit is contained in:
NikolajDanger
2022-11-02 14:09:27 +01:00
parent 22ef920735
commit 9d8e95d711

View File

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