Skip to content

Commit

Permalink
(station) class->class_label as per grf-py change
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Dec 2, 2023
1 parent f29db33 commit 79ef293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion station/stations/dovemere_2018.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
vox.render()
voxels = [LazySpriteSheet([vox], [(0, 0)])]

the_station = AStation(id=0x00, sprites=[s for v in voxels for s in v.spritesheet(0, 0)], **{"class": b"2018"})
the_station = AStation(id=0x00, sprites=[s for v in voxels for s in v.spritesheet(0, 0)], class_label=b"2018")

0 comments on commit 79ef293

Please sign in to comment.