Skip to content

Commit

Permalink
Change: 6/8 NG hopper cars
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Feb 11, 2024
1 parent eb402e0 commit 9421d7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/graphics/pony/hopper_car_ng_pony_gen_3B.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions src/vehicles/hopper_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,17 @@ def main():

consist.add_unit(type=FreightCar, chassis="4_axle_ng_16px")

""" # restore in next version
consist = HopperCarConsist(
roster_id="pony",
base_numeric_id=19850,
gen=4,
subtype="U",
gen=3,
subtype="B",
base_track_type_name="NG",
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="4_axle_ng_16px")
"""
consist.add_unit(type=FreightCar, chassis="4_axle_ng_24px")

# --------------- pony ----------------------------------------------------------------------

# just type A for gen 1, 2 and 3
Expand Down
9 changes: 4 additions & 5 deletions src/vehicles/hopper_cars_high_side.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,17 @@ def main():

consist.add_unit(type=FreightCar, chassis="4_axle_ng_16px")

""" # restore in next version
consist = HopperCarHighSideConsist(
roster_id="pony",
base_numeric_id=19790,
gen=4,
subtype="U",
gen=3,
subtype="B",
base_track_type_name="NG",
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="4_axle_ng_16px")
"""
consist.add_unit(type=FreightCar, chassis="4_axle_ng_24px")

# --------------- pony ----------------------------------------------------------------------

# also just type A for gen 1, 2 and 3
Expand Down

0 comments on commit 9421d7a

Please sign in to comment.