Skip to content

Commit

Permalink
add aisle, sort other cargo stuff (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange-42 authored Oct 2, 2022
1 parent e7e0253 commit a9463ef
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 17 deletions.
22 changes: 22 additions & 0 deletions gfx/Ultica_iso/pngs_iso_flat_48x36/vehicle/vp_aisle/vp_aisle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"id": "vp_aisle_vertical",
"rotates": true,
"fg": [ "vp_aisle_vertical", "vp_aisle_horizontal" ]
},
{
"id": "vp_aisle_horizontal",
"rotates": true,
"fg": [ "vp_aisle_horizontal", "vp_aisle_vertical" ]
},
{
"id": "vp_lit_aisle_vertical",
"rotates": true,
"fg": [ "vp_lit_aisle_vertical", "vp_lit_aisle_horizontal" ]
},
{
"id": "vp_lit_aisle_horizontal",
"rotates": true,
"fg": [ "vp_lit_aisle_horizontal", "vp_lit_aisle_vertical" ]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": [ "vp_trunk", "vp_trunk_rear_edge" ],
"fg": [ "vp_trunk", "vp_trunk_rot" ],
"rotates": true
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
17 changes: 0 additions & 17 deletions gfx/Ultica_iso/pngs_iso_half_48x48/vehicle/cargo/trunk.json

This file was deleted.

Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions gfx/Ultica_iso/pngs_iso_half_48x48/vehicle/vp_box/vp_box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "vp_box",
"fg": [ "vp_box", "vp_box_rot" ],
"rotates": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "vp_cargo_space",
"fg": [ "vp_cargo_space", "vp_cargo_space_rot" ],
"rotates": true
}

0 comments on commit a9463ef

Please sign in to comment.