This commit is contained in:
adrido 2013-12-05 22:38:03 +01:00
parent 64b5ad27da
commit 3d5866a142
3 changed files with 6 additions and 12 deletions

@ -81,8 +81,7 @@ end
--+ Wooden Cannon ball +
--++++++++++++++++++++++++++++++++++++
local ball_wood={
cannons.register_muni("cannons:ball_wood",{
physical = false,
timer=0,
textures = {"cannons_wood_bullet.png"},
@ -126,15 +125,13 @@ local ball_wood={
end
end,
}
cannons.register_muni("cannons:ball_wood",ball_wood)
})
--++++++++++++++++++++++++++++++++++++
--+ Stone Cannon ball +
--++++++++++++++++++++++++++++++++++++
local ball_stone={
cannons.register_muni("cannons:ball_stone",{
physical = false,
timer=0,
textures = {"cannons_bullet.png"},
@ -178,15 +175,13 @@ local ball_stone={
end
end,
}
cannons.register_muni("cannons:ball_stone",ball_stone)
})
--++++++++++++++++++++++++++++++++++++
--+ Steel Cannon ball +
--++++++++++++++++++++++++++++++++++++
local ball_steel={
cannons.register_muni("cannons:ball_steel",{
physical = false,
timer=0,
textures = {"cannons_bullet_iron.png"},
@ -230,5 +225,4 @@ local ball_steel={
end
end,
}
cannons.register_muni("cannons:ball_steel",ball_steel)
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB