Updated example script to be sure other params work, updated readme and changed channel number from 9 to 8

This commit is contained in:
William Young
2025-06-15 16:59:17 -05:00
parent 4953751c02
commit fe1f4ee324
3 changed files with 23 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class BananaMap(KindMapClass):
asio: tuple = (6, 8)
insert: int = 22
composite: int = 8
channels: int = 9
channels: int = 8
cells: int = 6
@@ -102,7 +102,7 @@ class PotatoMap(KindMapClass):
asio: tuple = (10, 8)
insert: int = 34
composite: int = 8
channels: int = 9
channels: int = 8
cells: int = 6