mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-05 01:50:43 +01:00
add subtle animation to glow worms
This commit is contained in:
parent
ac231edaeb
commit
dbf4cc08c8
|
@ -6,7 +6,17 @@ minetest.register_node("dfcaverns:glow_worm", {
|
|||
description = S("Glow Worms"),
|
||||
_doc_items_longdesc = dfcaverns.doc.glow_worms_desc,
|
||||
_doc_items_usagehelp = dfcaverns.doc.glow_worms_usage,
|
||||
tiles = {"dfcaverns_glow_worm.png"},
|
||||
tiles = {
|
||||
{
|
||||
name = "dfcaverns_glow_worm_animated.png",
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
aspect_h = 16,
|
||||
length = 4.0,
|
||||
},
|
||||
},
|
||||
},
|
||||
inventory_image = "dfcaverns_glow_worm.png",
|
||||
wield_image = "dfcaverns_glow_worm.png",
|
||||
is_ground_content = true,
|
||||
|
|
BIN
textures/dfcaverns_glow_worm_animated.png
Normal file
BIN
textures/dfcaverns_glow_worm_animated.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -14,6 +14,7 @@ dftrees_tower_cap_gills - from caverealms mushroom gills
|
|||
dftrees_cave_moss and floor_fungus - derived from caverealms algae
|
||||
dfcaverns_fungi - copied from caverealms
|
||||
dfcaverns_glow_worm - copied from caverealms
|
||||
dfcaverns_glow_worm_animated - glow worm texture overlaid with rippling animation derived from default mod's water texture
|
||||
|
||||
dftrees_cave_wheat - derived from farming wheat
|
||||
dfcaverns_flour - derived from farming
|
||||
|
|
Loading…
Reference in New Issue
Block a user