it s alive, need to smooth fitness
This commit is contained in:
8
maps.py
8
maps.py
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user