Skip to content

Commit

Permalink
Animate the spiral
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeg9 committed Jun 30, 2013
1 parent 40a379c commit 175a0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion teleporters/init.lua
Expand Up @@ -107,7 +107,8 @@ end
minetest.register_node("teleporters:teleporter", {
description = "Teleporter",
tiles = {
"teleporters_top.png",
--"teleporters_top.png",
{name="teleporters_top_animated.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=0.5}},
"teleporters_bottom.png",
"teleporters_side.png",
},
Expand Down
Binary file added teleporters/textures/teleporters_top_animated.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 175a0d2

Please sign in to comment.