working , rc release !

This commit is contained in:
2019-10-29 10:13:29 +01:00
parent f0580a988c
commit 51f719184d
4 changed files with 37 additions and 14 deletions

14
maps.py
View File

@@ -5,15 +5,18 @@ def generate_map_1():
path = [
(25, int(GY - 25)),
(int(GX / 2), int(GY - 25)),
(int(GX / 2 + 75), int(GY - 150)),
(int(GX / 2 + 75), int(GY - 130)),
(int(GX / 2 + 150), int(GY - 150)),
(int(GX - 75), int(GY / 2)),
(int(GX - 100), int(GY / 2 - 75)),
(int(GX - 100), int(GY / 2 - 150)),
(int(GX - 50), int(GY / 4)),
(int(3 * GX / 4 - 50), int(50)),
(int(50), int(50)),
(int(150), int(75)),
(int(50), int(150)),
(int(100), int(GY / 2)),
(int(120), int(GY / 2) + 75),
(25, int(GY - 150)),
(25, int(GY - 25)),
]
@@ -21,14 +24,17 @@ def generate_map_1():
(100, int(GY - 85)),
(int(GX / 2 - 50), int(GY - 85)),
(int(GX / 2 + 50), int(GY - 210)),
(int(GX / 2 + 110), int(GY - 210)),
(int(GX / 2 + 110), int(GY - 220)),
(int(GX - 170), int(GY / 2 + 30)),
(int(GX - 200), int(GY / 2 - 20)),
(int(GX - 200), int(GY / 2 - 200)),
(int(GX - 170), int(GY / 4 - 20)),
(int(3 * GX / 4 - 100), int(120)),
(int(120), int(120)),
(int(180), int(140)),
(int(120), int(180)),
(int(175), int(GY / 2)),
(int(220), int(GY / 2) + 100),
(100, int(GY - 120)),
(100, int(GY - 85)),
]