We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b5aa5 commit c77e811Copy full SHA for c77e811
industry/industry_tiles/one_tile_flat.py
@@ -12,5 +12,5 @@
12
13
14
the_industry_tile = AIndustryTile(
15
- id=0x23, sprites=[s for v in rotated_voxels for s in v.spritesheet(0, 0)], building_type=0
+ id=0x23, sprites=[s for v in rotated_voxels for s in v.spritesheet(0, 0)], substitute_type=0
16
)
0 commit comments