_
This commit is contained in:
@@ -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
|
--this node spawns a turret on top of the block if there is no turret nearby
|
||||||
description = "Turret spawner",
|
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},
|
groups = {cracky = 3},
|
||||||
sounds = stone_sounds,
|
sounds = stone_sounds,
|
||||||
drawtype = "allfaces",
|
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 |
Reference in New Issue
Block a user