We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa65ff commit af5efebCopy full SHA for af5efeb
Metro/Metro_RP2350_Minesweeper/gamelogic.py
@@ -23,11 +23,6 @@
23
'grid_size': (20, 14),
24
'mines': 58,
25
},
26
- {
27
- 'label': "Custom",
28
- 'grid_size': (8, 8),
29
- 'mines': 49,
30
- },
31
)
32
33
INFO_BAR_HEIGHT = 16
Metro/Metro_RP2350_Minesweeper/menu.py
@@ -170,7 +170,3 @@ def visible(self):
170
@property
171
def items_group(self):
172
return self._menu_items_group
173
-
174
- @property
175
- def items(self):
176
- return self._menu_items
0 commit comments