From 613189e839189e34fa83e5e9c28199d4624f63a9 Mon Sep 17 00:00:00 2001 From: hoasd1 <82118059+hoasd1@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:42:38 +0200 Subject: [PATCH] [Ultica] A small vehicle part placeholder request :) --- .../vehicle/vehicle_parts_placeholder.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gfx/UltimateCataclysm/pngs_normal_32x32/vehicle/vehicle_parts_placeholder.json diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/vehicle/vehicle_parts_placeholder.json b/gfx/UltimateCataclysm/pngs_normal_32x32/vehicle/vehicle_parts_placeholder.json new file mode 100644 index 0000000000..bf6a70ef19 --- /dev/null +++ b/gfx/UltimateCataclysm/pngs_normal_32x32/vehicle/vehicle_parts_placeholder.json @@ -0,0 +1,15 @@ +[ + { + "id": "vp_integrated_trashcan", + "fg": "f_recycle_bin", + "bg": "vp_trunk", + "multitile": true, + "additional_tiles": [ + { + "id": "broken", + "fg": "crack_metal_center", + "bg": [ "f_recycle_bin", "f_recycle_bin", "f_recycle_bin", "f_recycle_bin" ] + } + ] + } +]