From b32d22b0c83f42c9419d128ff8edd75c4b4f3ef8 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Tue, 5 Sep 2023 21:23:53 +0200 Subject: [PATCH] Add arrow on the bottom --- basic_machines/ta4_injector.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic_machines/ta4_injector.lua b/basic_machines/ta4_injector.lua index 661ef30..0689461 100644 --- a/basic_machines/ta4_injector.lua +++ b/basic_machines/ta4_injector.lua @@ -199,7 +199,7 @@ local tiles = {} -- '{power}' will be replaced by the power PNG tiles.pas = { "techage_filling_ta#.png^techage_frame_ta#_top.png^techage_appl_arrow.png", - "techage_filling_ta#.png^techage_frame_ta#.png", + "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_arrow.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_inp.png", "techage_appl_pusher.png^[transformR180]^techage_frame_ta#.png^techage_appl_injector.png", @@ -208,7 +208,7 @@ tiles.pas = { tiles.act = { -- up, down, right, left, back, front "techage_filling_ta#.png^techage_frame_ta#_top.png^techage_appl_arrow.png", - "techage_filling_ta#.png^techage_frame_ta#.png", + "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_arrow.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_outp.png", "techage_filling_ta#.png^techage_frame_ta#.png^techage_appl_inp.png", {