Skip to content
Snippets Groups Projects
Commit 2cf8c676 authored by mohanty's avatar mohanty
Browse files

Merge branch 'spm/code-improvements' into 'master'

Spm/code improvements

See merge request flatland/flatland!127
parents 2d2dd61d 9f9532d1
No related branches found
No related tags found
No related merge requests found
Showing
with 33 additions and 33 deletions
......@@ -4,4 +4,4 @@
__author__ = """S.P. Mohanty"""
__email__ = 'mohanty@aicrowd.com'
__version__ = '0.3.0'
__version__ = '0.3.1'
......@@ -314,25 +314,25 @@ class PILSVG(PILGL):
def load_buildings(self):
dBuildingFiles = [
"Buildings/Bank.svg",
"Buildings/Bar.svg",
"Buildings/Wohnhaus.svg",
"Buildings/Hochhaus.svg",
"Buildings/Hotel.svg",
"Buildings/Office.svg",
"Buildings/Polizei.svg",
"Buildings/Post.svg",
"Buildings/Supermarkt.svg",
"Buildings/Tankstelle.svg",
"Buildings/Fabrik_A.svg",
"Buildings/Fabrik_B.svg",
"Buildings/Fabrik_C.svg",
"Buildings/Fabrik_D.svg",
"Buildings/Fabrik_E.svg",
"Buildings/Fabrik_F.svg",
"Buildings/Fabrik_G.svg",
"Buildings/Fabrik_H.svg",
"Buildings/Fabrik_I.svg",
"Buildings-Bank.svg",
"Buildings-Bar.svg",
"Buildings-Wohnhaus.svg",
"Buildings-Hochhaus.svg",
"Buildings-Hotel.svg",
"Buildings-Office.svg",
"Buildings-Polizei.svg",
"Buildings-Post.svg",
"Buildings-Supermarkt.svg",
"Buildings-Tankstelle.svg",
"Buildings-Fabrik_A.svg",
"Buildings-Fabrik_B.svg",
"Buildings-Fabrik_C.svg",
"Buildings-Fabrik_D.svg",
"Buildings-Fabrik_E.svg",
"Buildings-Fabrik_F.svg",
"Buildings-Fabrik_G.svg",
"Buildings-Fabrik_H.svg",
"Buildings-Fabrik_I.svg"
]
imgBg = self.pil_from_svg_file('svg', "Background_city.svg")
......@@ -345,23 +345,23 @@ class PILSVG(PILGL):
def load_scenery(self):
scenery_files = [
"Scenery/Laubbaume_A.svg",
"Scenery/Laubbaume_B.svg",
"Scenery/Laubbaume_C.svg",
"Scenery/Nadelbaume_A.svg",
"Scenery/Nadelbaume_B.svg",
"Scenery/Bergwelt_B.svg"
"Scenery-Laubbaume_A.svg",
"Scenery-Laubbaume_B.svg",
"Scenery-Laubbaume_C.svg",
"Scenery-Nadelbaume_A.svg",
"Scenery-Nadelbaume_B.svg",
"Scenery-Bergwelt_B.svg"
]
scenery_files_d2 = [
"Scenery/Bergwelt_C_Teil_1_links.svg",
"Scenery/Bergwelt_C_Teil_2_rechts.svg"
"Scenery-Bergwelt_C_Teil_1_links.svg",
"Scenery-Bergwelt_C_Teil_2_rechts.svg"
]
scenery_files_d3 = [
"Scenery/Bergwelt_A_Teil_3_rechts.svg",
"Scenery/Bergwelt_A_Teil_2_mitte.svg",
"Scenery/Bergwelt_A_Teil_1_links.svg"
"Scenery-Bergwelt_A_Teil_3_rechts.svg",
"Scenery-Bergwelt_A_Teil_2_mitte.svg",
"Scenery-Bergwelt_A_Teil_1_links.svg"
]
img_back_ground = self.pil_from_svg_file('svg', "Background_Light_green.svg")
......
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True
......
......@@ -79,6 +79,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://gitlab.aicrowd.com/flatland/flatland',
version='0.3.0',
version='0.3.1',
zip_safe=False,
)
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment