Skip to content

Commit

Permalink
Change: additional food hopper sprites complete
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Sep 30, 2024
1 parent 034256a commit 1277a0d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified src/graphics/pony/covered_hopper_car_type_3_pony_gen_4A.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/food_hopper_car_type_2_pony_gen_4A.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/food_hopper_car_type_2_pony_gen_4B.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/food_hopper_car_type_3_pony_gen_5B.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/vehicles/pony/food_hopper_cars_type_2_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main(roster_id, **kwargs):
base_numeric_id=19990,
gen=4,
subtype="A",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px")
Expand All @@ -105,7 +105,7 @@ def main(roster_id, **kwargs):
base_numeric_id=17190,
gen=4,
subtype="B",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="2_axle_gapped_24px")
Expand Down
2 changes: 1 addition & 1 deletion src/vehicles/pony/food_hopper_cars_type_3_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main(roster_id, **kwargs):
base_numeric_id=33040,
gen=5,
subtype="B",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="2_axle_chute_greebled_24px")
Expand Down

0 comments on commit 1277a0d

Please sign in to comment.