Skip to content

Commit 42616cf

Browse files
authored
Update scenes8.py
1 parent a2b0427 commit 42616cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Thelda/scenes8.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def __init__(self):
8181
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35),
8282
(36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)],
8383
"doors": [(16, 10)],
84+
# "pushableblocks": [(28, 20, "down", "OWPB01")],
85+
# "enemies": {"aquamentus": [(45, 15, "S8E08")]}
8486
# "slopes": [
8587
# # Slope(self.nw_slope_map, 26, 10), Slope(self.nw_slope_map, 11, 15), Slope(self.ne_slope_map, 41, 15), Slope(self.sw_slope_map, 6, 25)
8688
# ]
@@ -152,4 +154,4 @@ def __init__(self):
152154
}
153155
}
154156

155-
157+

0 commit comments

Comments
 (0)