remove the x and give credit

master
Niwla23 2019-10-07 20:39:26 +02:00
parent 4cfd95160e
commit 4bf3690914
5 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ minetest.register_node("spikes:steel_spike", {
groups = {cracky=2},
walkable = false,
buildable_to = true,
tiles = {"xspikes_steel_spike.png"},
tiles = {"spikes_steel_spike.png"},
})
minetest.register_node("spikes:wood_spike", {
@ -15,7 +15,7 @@ minetest.register_node("spikes:wood_spike", {
groups = {choppy=3,flammable=3},
walkable = false,
buildable_to = true,
tiles = {"xspikes_wood_spike.png"},
tiles = {"spikes_wood_spike.png"},
})
minetest.register_node("spikes:titanium_spike", {
@ -25,5 +25,5 @@ minetest.register_node("spikes:titanium_spike", {
groups = {cracky=2},
walkable = false,
buildable_to = true,
tiles = {"xspikes_titanium_spike.png"},
tiles = {"spikes_titanium_spike.png"},
})

1
textures/credits.txt Normal file
View File

@ -0,0 +1 @@
StartNinja has made the steel and wood spikes textures in the mod xspikes

View File

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 280 B

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 297 B