it s alive, need to smooth fitness

This commit is contained in:
2019-10-23 16:58:09 +02:00
parent 8511af2e2c
commit bb115a95df
4 changed files with 18 additions and 12 deletions

View File

@@ -7,8 +7,8 @@ def generate_map_1() :
(int(GX/2 + 75), int(GY-150)),
(int(GX/2 + 150), int(GY-150)),
(int(GX -75), int(GY/2)),
(int(GX/2), int(GY/2 - 75)),
(int(GX/2), int(GY/2 - 150)),
(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)),
@@ -22,8 +22,8 @@ def generate_map_1() :
(int(GX/2 + 50), int(GY-210)),
(int(GX/2 + 110), int(GY-210)),
(int(GX - 170), int(GY/2 + 30)),
(int(GX/2 - 60 ), int(GY/2 - 20)),
(int(GX/2 - 60), int(GY/2 - 200)),
(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)),