diff --git a/computers.lua b/computers.lua index 4216a7f..9c2491f 100644 --- a/computers.lua +++ b/computers.lua @@ -362,7 +362,7 @@ computer.register("computer:admiral128", { minetest.register_node("computer:router", { description = "WIFI Router", - tiles = {"computer_router_t.png","computer_router_bt.png","computer_router_l.png","computer_router_r.png","computer_router_b.png","computer_router_f.png"}, + tiles = {"computer_router_t.png","computer_router_bt.png","computer_router_l.png","computer_router_r.png","computer_router_b.png",{name="computer_router_f_animated.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.0}},}, --"computer_router_f.png"}, --inventory_image = paramtype = "light", paramtype2 = "facedir", diff --git a/textures/computer_router_f_animated.png b/textures/computer_router_f_animated.png new file mode 100644 index 0000000..cd78ede Binary files /dev/null and b/textures/computer_router_f_animated.png differ