forked from VoxeLibre/VoxeLibre
Draw fire firelike
This commit is contained in:
parent
89a5da1d44
commit
9a62d57ab4
|
@ -2,7 +2,7 @@
|
||||||
local init = os.clock()
|
local init = os.clock()
|
||||||
minetest.register_node("fire:basic_flame", {
|
minetest.register_node("fire:basic_flame", {
|
||||||
description = "Fire",
|
description = "Fire",
|
||||||
drawtype = "plantlike",
|
drawtype = "firelike",
|
||||||
tiles = {{
|
tiles = {{
|
||||||
name="fire_basic_flame_animated.png",
|
name="fire_basic_flame_animated.png",
|
||||||
animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1},
|
animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1},
|
||||||
|
|
Loading…
Reference in New Issue