forked from Mirrorlandia_minetest/portalgun
_
This commit is contained in:
parent
2485a5f04e
commit
f5718d37eb
@ -150,7 +150,8 @@ minetest.register_node("portalgun:turretgun_spawner",
|
||||
{
|
||||
--this node spawns a turret on top of the block if there is no turret nearby
|
||||
description = "Turret spawner",
|
||||
tiles = {"portalgun_turret_spawner.png"},
|
||||
--separate tile for top others same
|
||||
tiles = {"portalgun_turret_spawner_top.png", "portalgun_turret_spawner_side.png"},
|
||||
groups = {cracky = 3},
|
||||
sounds = stone_sounds,
|
||||
drawtype = "allfaces",
|
||||
|
BIN
textures/portalgun_turret_spawner_side.png
Normal file
BIN
textures/portalgun_turret_spawner_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
textures/portalgun_turret_spawner_top.aseprite
Normal file
BIN
textures/portalgun_turret_spawner_top.aseprite
Normal file
Binary file not shown.
BIN
textures/portalgun_turret_spawner_top.png
Normal file
BIN
textures/portalgun_turret_spawner_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue
Block a user