Skip to content

Commit

Permalink
Change: sprites complete for asymmetric covered coil cars, and hi-cub…
Browse files Browse the repository at this point in the history
…e sliding roof cars
  • Loading branch information
andythenorth committed Feb 13, 2024
1 parent 5bbb602 commit 0a8a895
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Binary file modified src/graphics/pony/coil_car_covered_asymmetric_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/coil_car_covered_asymmetric_pony_gen_4C.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/coil_car_covered_asymmetric_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.
Binary file modified src/graphics/pony/coil_car_covered_asymmetric_pony_gen_5C.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/sliding_roof_hi_cube_car_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.
Binary file modified src/graphics/pony/sliding_roof_hi_cube_car_pony_gen_5C.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/vehicles/coil_cars_covered_asymmetric.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
base_numeric_id=15800,
gen=4,
subtype="B",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=CoilCarAsymmetric, chassis="4_axle_filled_24px")
Expand All @@ -21,7 +21,7 @@ def main():
base_numeric_id=13510,
gen=4,
subtype="C",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=CoilCarAsymmetric, chassis="4_axle_filled_32px")
Expand All @@ -31,7 +31,7 @@ def main():
base_numeric_id=13430,
gen=5,
subtype="B",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=CoilCarAsymmetric, chassis="4_axle_1cc_filled_24px")
Expand All @@ -41,7 +41,7 @@ def main():
base_numeric_id=15730,
gen=5,
subtype="C",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=CoilCarAsymmetric, chassis="4_axle_1cc_filled_32px")
4 changes: 2 additions & 2 deletions src/vehicles/sliding_roof_hi_cube_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
base_numeric_id=12050,
gen=5,
subtype="B",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="4_axle_filled_24px")
Expand All @@ -21,7 +21,7 @@ def main():
base_numeric_id=18520,
gen=5,
subtype="C",
sprites_complete=False,
sprites_complete=True,
)

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

0 comments on commit 0a8a895

Please sign in to comment.