Skip to content

Commit

Permalink
Realistic car sprites (#793)
Browse files Browse the repository at this point in the history
* replace halfboards

* replace windshields

* replace trunk doors

* open ne, nw, se and sw doors

* Update vp_door_ne_open_rotW.png

* replace seats, add back seat left

* fixes

* fixes

* add leather back seats

* add seats with windshields

* add halfboard horizontal rotations

* fixes

* add jsons and fixes

* fix cracks

* add hatchback wheels, hatch and opaque hatch

* Update seat_windshield.json

* add long trunks, door fixes

* update vertical and horizontal hb

* add halfboard horizontal rear 2

* fixes

* fixes

* replace boards

* fixes

* Update board.json

* json board with wheels

* add middle back seats, json vertical back seats

* fixes

* rear windshield, fixes

* json middle vertical back seat

* mirrorless front doors

* add door_trunk_horizontal_2 (aligns to boards)

* replace front and rear doors, add full doors

* fixes

* fixes

* add windshield_full

* board edges, fixes

* replace stowboards

* fixes

* sliding door

* fixes

* update hearse and technical

* front wheels edit

* Revert "front wheels edit"

This reverts commit 299402b.

* Update board.json

* Delete vp_board_horizontal_front.png

* replace shutter door

* add cloth boards

* fixes

* fix

* fixes

* board hatches (halfway done), fixes

* add opaque vertical hatch, tall hatch json

* fixes

* fixes

* fixes, json frontal forklift arm

* replace internal doors, fixes

* replace windshield edges, json seat facing down

* adjustments

* use windshield edges

* Revert "fixes"

This reverts commit 6e7c1c1.
  • Loading branch information
acepleiades authored Aug 14, 2021
1 parent 193a38c commit 17e6715
Show file tree
Hide file tree
Showing 692 changed files with 1,812 additions and 841 deletions.
Original file line number Diff line number Diff line change
@@ -1,124 +1,4 @@
[
{
"id": "vp_board_ne",
"fg": [ "vp_board_ne", "vp_board_ne_rotW", "vp_board_ne_rotS", "vp_board_ne_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_ne", "vp_board_ne_rotW", "vp_board_ne_rotS", "vp_board_ne_rotE" ]
}
]
},
{
"id": "vp_board_nw",
"fg": [ "vp_board_nw", "vp_board_nw_rotW", "vp_board_nw_rotS", "vp_board_nw_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_nw", "vp_board_nw_rotW", "vp_board_nw_rotS", "vp_board_nw_rotE" ]
}
]
},
{
"id": "vp_board_se",
"fg": [ "vp_board_se", "vp_board_se_rotW", "vp_board_nw", "vp_board_se_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_se", "vp_board_se_rotW", "vp_board_nw", "vp_board_se_rotE" ]
}
]
},
{
"id": "vp_board_sw",
"fg": [ "vp_board_sw", "vp_board_sw_rotW", "vp_board_ne", "vp_board_sw_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_sw", "vp_board_sw_rotW", "vp_board_ne", "vp_board_sw_rotE" ]
}
]
},
{
"id": "vp_board_vertical_left",
"fg": [ "vp_board_vertical_left", "vp_board_vertical_left_rotW_right_rotE", "vp_board_vertical_right", "vp_board_vertical_left_rotE_right_rotW" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_vertical_left", "vp_board_vertical_left_rotW_right_rotE", "vp_board_vertical_right", "vp_board_vertical_left_rotE_right_rotW" ]
}
]
},
{
"id": "vp_board_vertical_right",
"fg": [ "vp_board_vertical_right", "vp_board_vertical_left_rotE_right_rotW", "vp_board_vertical_left", "vp_board_vertical_left_rotW_right_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_vertical_right", "vp_board_vertical_left_rotE_right_rotW", "vp_board_vertical_left", "vp_board_vertical_left_rotW_right_rotE" ]
}
]
},
{
"id": [ "vp_board_horizontal", "vp_board_horizontal_2" ],
"fg": "vp_board_horizontal_front",
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": "vp_board_horizontal_front"
}
]
},
{
"id": "vp_board_horizontal_front",
"fg": [ "vp_board_horizontal_front", "vp_board_horizontal_front_rotW", "vp_board_horizontal_front", "vp_board_horizontal_front_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_horizontal_front", "vp_board_horizontal_front_rotW", "vp_board_horizontal_front", "vp_board_horizontal_front_rotE" ]
}
]
},
{
"id": "vp_board_horizontal_rear",
"fg": [ "vp_board_horizontal_rear", "vp_board_horizontal_front_rotE", "vp_board_horizontal_front", "vp_board_horizontal_front_rotW" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_board_horizontal_rear", "vp_board_horizontal_front_rotE", "vp_board_horizontal_front", "vp_board_horizontal_front_rotW" ]
}
]
},
{
"id": [ "vp_board_vertical", "vp_board_vertical_2" ],
"fg": "vp_board_vertical_left",
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": "vp_board_vertical_left"
}
]
},
{
"id": "vp_hdboard_ne",
"fg": [ "vp_hdboard_ne", "vp_hdboard_ne_rotW", "vp_hdboard_ne_rotS", "vp_hdboard_ne_rotE" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,124 +1,4 @@
[
{
"id": "vp_stowboard_ne",
"fg": [ "vp_stowboard_ne", "vp_stowboard_ne_rotW", "vp_stowboard_ne_rotS", "vp_stowboard_ne_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_ne", "vp_stowboard_ne_rotW", "vp_stowboard_ne_rotS", "vp_stowboard_ne_rotE" ]
}
]
},
{
"id": "vp_stowboard_nw",
"fg": [ "vp_stowboard_nw", "vp_stowboard_nw_rotW", "vp_stowboard_nw_rotS", "vp_stowboard_nw_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_nw", "vp_stowboard_nw_rotW", "vp_stowboard_nw_rotS", "vp_stowboard_nw_rotE" ]
}
]
},
{
"id": "vp_stowboard_se",
"fg": [ "vp_stowboard_se", "vp_stowboard_se_rotW", "vp_stowboard_nw", "vp_stowboard_se_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_se", "vp_stowboard_se_rotW", "vp_stowboard_nw", "vp_stowboard_se_rotE" ]
}
]
},
{
"id": "vp_stowboard_sw",
"fg": [ "vp_stowboard_sw", "vp_stowboard_sw_rotW", "vp_stowboard_ne", "vp_stowboard_sw_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_sw", "vp_stowboard_sw_rotW", "vp_stowboard_ne", "vp_stowboard_sw_rotE" ]
}
]
},
{
"id": "vp_stowboard_vertical_left",
"fg": [ "vp_stowboard_vertical_left", "vp_stowboard_vertical_left_rotW_right_rotE", "vp_stowboard_vertical_right", "vp_stowboard_vertical_left_rotE_right_rotW" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_vertical_left", "vp_stowboard_vertical_left_rotW_right_rotE", "vp_stowboard_vertical_right", "vp_stowboard_vertical_left_rotE_right_rotW" ]
}
]
},
{
"id": "vp_stowboard_vertical_right",
"fg": [ "vp_stowboard_vertical_right", "vp_stowboard_vertical_left_rotE_right_rotW", "vp_stowboard_vertical_left", "vp_stowboard_vertical_left_rotW_right_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_vertical_right", "vp_stowboard_vertical_left_rotE_right_rotW", "vp_stowboard_vertical_left", "vp_stowboard_vertical_left_rotW_right_rotE" ]
}
]
},
{
"id": [ "vp_stowboard_horizontal", "vp_stowboard_horizontal_2" ],
"fg": "vp_stowboard_horizontal_front",
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": "vp_stowboard_horizontal_front"
}
]
},
{
"id": "vp_stowboard_horizontal_front",
"fg": [ "vp_stowboard_horizontal_front", "vp_stowboard_horizontal_front_rotW", "vp_stowboard_horizontal_front_rotS", "vp_stowboard_horizontal_front_rotE" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_horizontal_front", "vp_stowboard_horizontal_front_rotW", "vp_stowboard_horizontal_front_rotS", "vp_stowboard_horizontal_front_rotE" ]
}
]
},
{
"id": "vp_stowboard_horizontal_rear",
"fg": [ "vp_stowboard_horizontal_rear", "vp_stowboard_horizontal_front_rotE", "vp_stowboard_horizontal_front", "vp_stowboard_horizontal_front_rotW" ],
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": [ "vp_stowboard_horizontal_rear", "vp_stowboard_horizontal_front_rotE", "vp_stowboard_horizontal_front", "vp_stowboard_horizontal_front_rotW" ]
}
]
},
{
"id": "vp_stowboard_vertical",
"fg": "vp_stowboard_vertical_left_rotE_right_rotW",
"multitile": true,
"additional_tiles": [
{
"id": "broken",
"fg": "crack_metal_center",
"bg": "vp_stowboard_vertical_left_rotE_right_rotW"
}
]
},
{
"id": "vp_hdstowboard_ne",
"fg": [ "vp_hdstowboard_ne", "vp_hdstowboard_ne_rotW", "vp_hdstowboard_ne_rotS", "vp_hdstowboard_ne_rotE" ],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit 17e6715

Please sign in to comment.