|
@@ -177,7 +177,7 @@ def rotate_asset(asset, direction):
|
|
|
if direction == "right":
|
|
if direction == "right":
|
|
|
asset[1][4] = "north"
|
|
asset[1][4] = "north"
|
|
|
if direction == "left":
|
|
if direction == "left":
|
|
|
- asset[1][4] = "soutch"
|
|
|
|
|
|
|
+ asset[1][4] = "south"
|
|
|
elif asset[1][4] == "west-flipped":
|
|
elif asset[1][4] == "west-flipped":
|
|
|
if direction == "right":
|
|
if direction == "right":
|
|
|
asset[1][4] = "north-flipped"
|
|
asset[1][4] = "north-flipped"
|
|
@@ -190,7 +190,7 @@ def rotate_asset(asset, direction):
|
|
|
asset[1][4] = "west"
|
|
asset[1][4] = "west"
|
|
|
if direction == "left":
|
|
if direction == "left":
|
|
|
asset[1][4] = "east"
|
|
asset[1][4] = "east"
|
|
|
- elif asset[1][4] == "north-flipped":
|
|
|
|
|
|
|
+ elif asset[1][4] == "south-flipped":
|
|
|
if direction == "right":
|
|
if direction == "right":
|
|
|
asset[1][4] = "west-flipped"
|
|
asset[1][4] = "west-flipped"
|
|
|
if direction == "left":
|
|
if direction == "left":
|