Skip to content

Commit

Permalink
Change: WIP on covered hopper improved sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Sep 28, 2024
1 parent ce95f52 commit 2915b29
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 15 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/covered_hopper_car_type_2_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/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/covered_hopper_car_type_3_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.
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/farm_product_hopper_car_type_1_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/farm_product_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/farm_product_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/farm_product_hopper_car_type_2_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/farm_product_hopper_car_type_2_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.
4 changes: 2 additions & 2 deletions src/vehicles/pony/covered_hopper_cars_type_1_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

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

consist = CoveredHopperCarConsistType1(
roster_id=roster_id,
Expand All @@ -106,4 +106,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="4_axle_filled_greebled_32px")
consist.add_unit(type=FreightCar, chassis="4_axle_chute_greebled_alt_32px")
15 changes: 12 additions & 3 deletions src/vehicles/pony/covered_hopper_cars_type_2_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,16 @@ def main(roster_id, **kwargs):

consist.add_unit(type=FreightCar, chassis="2_axle_gapped_24px")

# no gen 5A or 6A
consist = CoveredHopperCarConsistType2(
roster_id=roster_id,
roster_id_providing_module=kwargs["roster_id_providing_module"],
base_numeric_id=37070,
gen=5,
subtype="A",
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px")

consist = CoveredHopperCarConsistType2(
roster_id=roster_id,
Expand All @@ -59,7 +68,7 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

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

consist = CoveredHopperCarConsistType2(
roster_id=roster_id,
Expand All @@ -70,4 +79,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="4_axle_filled_greebled_32px")
consist.add_unit(type=FreightCar, chassis="4_axle_chute_greebled_alt_32px")
4 changes: 2 additions & 2 deletions src/vehicles/pony/farm_product_hopper_cars_type_1_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

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

consist = FarmProductsHopperCarConsistType1(
roster_id=roster_id,
Expand All @@ -129,4 +129,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="4_axle_gapped_greebled_alt_32px")
consist.add_unit(type=FreightCar, chassis="4_axle_chute_greebled_alt_32px")
4 changes: 2 additions & 2 deletions src/vehicles/pony/farm_product_hopper_cars_type_2_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

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

consist = FarmProductsHopperCarConsistType2(
roster_id=roster_id,
Expand All @@ -90,4 +90,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="4_axle_gapped_greebled_alt_32px")
consist.add_unit(type=FreightCar, chassis="4_axle_chute_greebled_alt_32px")
2 changes: 1 addition & 1 deletion src/vehicles/pony/food_hopper_cars_type_1_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="4_axle_gapped_greebled_alt_32px")
consist.add_unit(type=FreightCar, chassis="4_axle_chute_greebled_alt_32px")
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 @@ -119,7 +119,7 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

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

consist = FoodHopperCarConsistType2(
roster_id=roster_id,
Expand All @@ -130,4 +130,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="4_axle_gapped_greebled_alt_32px")
consist.add_unit(type=FreightCar, chassis="4_axle_chute_greebled_alt_32px")
4 changes: 2 additions & 2 deletions src/vehicles/pony/food_hopper_cars_type_3_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

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

consist = FoodHopperCarConsistType3(
roster_id=roster_id,
Expand All @@ -90,4 +90,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="4_axle_filled_greebled_32px")
consist.add_unit(type=FreightCar, chassis="4_axle_chute_greebled_alt_32px")
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ def main(roster_id, **kwargs):
sprites_complete=False,
)

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

0 comments on commit 2915b29

Please sign in to comment.