Skip to content

Commit

Permalink
Change: sprites complete for Hammersmith and Wandle metro units
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Mar 23, 2024
1 parent a6725f6 commit 7f23436
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified src/graphics/pony/canary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/graphics/pony/hammersmith.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/graphics/pony/wandle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/vehicles/pony/hammersmith.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main(roster_id, **kwargs):
"METRO": 900,
},
gen=2,
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(
Expand Down
2 changes: 1 addition & 1 deletion src/vehicles/pony/wandle.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main(roster_id, **kwargs):
"METRO": 900,
},
gen=2,
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(
Expand Down

0 comments on commit 7f23436

Please sign in to comment.