Skip to content

Commit

Permalink
Improved tiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbons committed May 19, 2020
1 parent cf84606 commit b0c8bd1
Show file tree
Hide file tree
Showing 49 changed files with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions main/tile_sets/base_deck.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_A.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_A.png")
),
"chapel": Tile(
description="chapel",
Expand All @@ -50,13 +50,13 @@
)
],
chapel=True,
image=os.path.join("base_game", "Base_Game_C2_Tile_B.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_B.png")
),
"full_city_with_shield": Tile(
description="full_city_with_shield",
city=[[Side.TOP, Side.RIGHT, Side.BOTTOM, Side.LEFT]],
shield=True,
image=os.path.join("base_game", "Base_Game_C2_Tile_C.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_C.png")
),
"city_top_straight_road": Tile(
description="city_top_straight_road",
Expand Down Expand Up @@ -88,7 +88,7 @@
)
],
grass=[Side.BOTTOM],
image=os.path.join("base_game", "Base_Game_C2_Tile_D.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_D.png")
),
"city_top": Tile(
description="city_top",
Expand All @@ -113,7 +113,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_E.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_E.png")
),
"city_top_flowers": Tile(
description="city_top_flowers",
Expand Down Expand Up @@ -174,7 +174,7 @@
)
],
shield=True,
image=os.path.join("base_game", "Base_Game_C2_Tile_F.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_F.png")
),
"city_narrow": Tile(
description="city_narrow",
Expand Down Expand Up @@ -208,7 +208,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_G.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_G.png")
),
"city_left_right": Tile(
description="city_left_right",
Expand All @@ -234,7 +234,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_H.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_H.png")
),
"city_top_bottom_flowers": Tile(
description="city_top_bottom_flowers",
Expand Down Expand Up @@ -286,7 +286,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_I.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_I.png")
),
"city_top_left_flowers": Tile(
description="city_top_left_flowers",
Expand Down Expand Up @@ -345,7 +345,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_J.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_J.png")
),
"city_top_road_bend_left": Tile(
description="city_top_road_bend_left",
Expand Down Expand Up @@ -378,7 +378,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_K.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_K.png")
),
"city_top_crossroads": Tile(
description="city_top_crossroads",
Expand Down Expand Up @@ -421,7 +421,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_L.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_L.png")
),
"city_diagonal_top_right_shield": Tile(
description="city_diagonal_top_right_shield",
Expand All @@ -446,7 +446,7 @@
)
],
shield=True,
image=os.path.join("base_game", "Base_Game_C2_Tile_M.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_M.png")
),
"city_diagonal_top_right_shield_flowers": Tile(
description="city_diagonal_top_right_shield_flowers",
Expand Down Expand Up @@ -496,7 +496,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_N.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_N.png")
),
"city_diagonal_top_right_flowers": Tile(
description="city_diagonal_top_right_flowers",
Expand Down Expand Up @@ -553,7 +553,7 @@
)
],
shield=True,
image=os.path.join("base_game", "Base_Game_C2_Tile_O.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_O.png")
),
"city_diagonal_top_left_road": Tile(
description="city_diagonal_top_left_shield_road",
Expand Down Expand Up @@ -584,7 +584,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_P.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_P.png")
),
"city_bottom_grass_shield": Tile(
description="city_bottom_grass_shield",
Expand All @@ -608,7 +608,7 @@
)
],
shield=True,
image=os.path.join("base_game", "Base_Game_C2_Tile_Q.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_Q.png")
),
"city_bottom_grass": Tile(
description="city_bottom_grass",
Expand All @@ -631,7 +631,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_R.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_R.png")
),
"city_bottom_grass_flowers": Tile(
description="city_bottom_grass_flowers",
Expand Down Expand Up @@ -690,7 +690,7 @@
)
],
shield=True,
image=os.path.join("base_game", "Base_Game_C2_Tile_S.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_S.png")
),
"city_bottom_road": Tile(
description="city_bottom_road",
Expand Down Expand Up @@ -724,7 +724,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_T.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_T.png")
),
"straight_road": Tile(
description="straight_road",
Expand Down Expand Up @@ -752,7 +752,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_U.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_U.png")
),
"straight_road_flowers": Tile(
description="straight_road_flowers",
Expand Down Expand Up @@ -809,7 +809,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_V.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_V.png")
),
"bent_road_flowers": Tile(
description="bent_road_flowers",
Expand Down Expand Up @@ -876,7 +876,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_W.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_W.png")
),
"crossroads": Tile(
description="crossroads",
Expand Down Expand Up @@ -920,7 +920,7 @@
]
)
],
image=os.path.join("base_game", "Base_Game_C2_Tile_X.jpg")
image=os.path.join("base_game", "Base_Game_C2_Tile_X.png")
)
}

Expand Down
Binary file removed resources/images/base_game/Base_Game_C2_Tile_A.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_B.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_C.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_D.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_E.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_F.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_G.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_H.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_I.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_K.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_L.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_M.jpg
Binary file not shown.
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_O.jpg
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_P.jpg
Diff not rendered.
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_R.jpg
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_S.jpg
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_T.jpg
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_U.jpg
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_V.jpg
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_W.jpg
Diff not rendered.
Binary file removed resources/images/base_game/Base_Game_C2_Tile_X.jpg
Diff not rendered.

0 comments on commit b0c8bd1

Please sign in to comment.