ver 0.2.2beta added animated router

master
crazyginger72 2014-06-26 18:18:24 -04:00
parent 622d39513b
commit 8b8c51533b
2 changed files with 1 additions and 1 deletions

View File

@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB