summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-04-16 21:19:35 -0500
committercheapie <no-email-for-you@example.com>2024-04-16 21:19:35 -0500
commita0f604f950742a540b1e427bf190cfc79ca977f8 (patch)
tree6d6eaa989d958e74118a0fb63bf054cddf1b3d70
parentc8660628100dbc8746a6b789e365c69f1a85d74c (diff)
downloadcelevator-a0f604f950742a540b1e427bf190cfc79ca977f8.tar
celevator-a0f604f950742a540b1e427bf190cfc79ca977f8.tar.gz
celevator-a0f604f950742a540b1e427bf190cfc79ca977f8.tar.bz2
celevator-a0f604f950742a540b1e427bf190cfc79ca977f8.tar.xz
celevator-a0f604f950742a540b1e427bf190cfc79ca977f8.zip
Add door operator textures
-rw-r--r--car.lua3
-rw-r--r--textures/celevator_dooroperator_left.pngbin0 -> 5601 bytes
-rw-r--r--textures/celevator_dooroperator_right.pngbin0 -> 5654 bytes
3 files changed, 3 insertions, 0 deletions
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
--- /dev/null
+++ b/textures/celevator_dooroperator_left.png
Binary files differ
diff --git a/textures/celevator_dooroperator_right.png b/textures/celevator_dooroperator_right.png
new file mode 100644
index 0000000..13fe5bf
--- /dev/null
+++ b/textures/celevator_dooroperator_right.png
Binary files differ