From a0f604f950742a540b1e427bf190cfc79ca977f8 Mon Sep 17 00:00:00 2001 From: cheapie Date: Tue, 16 Apr 2024 21:19:35 -0500 Subject: Add door operator textures --- car.lua | 3 +++ textures/celevator_dooroperator_left.png | Bin 0 -> 5601 bytes textures/celevator_dooroperator_right.png | Bin 0 -> 5654 bytes 3 files changed, 3 insertions(+) create mode 100644 textures/celevator_dooroperator_left.png create mode 100644 textures/celevator_dooroperator_right.png diff --git a/car.lua b/car.lua index 5549f53..5dfda79 100644 --- a/car.lua +++ b/car.lua @@ -276,6 +276,8 @@ local pieces = { "celevator_car_ceiling.png", "celevator_car_wallpaper.png", "celevator_cabinet_sides.png", + "celevator_cabinet_sides.png", + "celevator_dooroperator_left.png", }, }, { @@ -363,6 +365,7 @@ local pieces = { "celevator_cabinet_sides.png", "celevator_car_wallpaper.png", "celevator_cabinet_sides.png", + "celevator_dooroperator_right.png", }, }, { diff --git a/textures/celevator_dooroperator_left.png b/textures/celevator_dooroperator_left.png new file mode 100644 index 0000000..cacd6d8 Binary files /dev/null and b/textures/celevator_dooroperator_left.png differ diff --git a/textures/celevator_dooroperator_right.png b/textures/celevator_dooroperator_right.png new file mode 100644 index 0000000..13fe5bf Binary files /dev/null and b/textures/celevator_dooroperator_right.png differ -- cgit v1.2.3