mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-11 20:40:24 +01:00
Use new firelike drawtype
This commit is contained in:
parent
c4969665e7
commit
8fe62ea7f6
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
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=16, aspect_h=16, length=1},
|
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user