1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-28 21:08:22 +02:00

see changelog

This commit is contained in:
Aaron Veden 2019-02-27 19:56:42 -08:00
parent 8ebae4c5ef
commit be6c7cfaff
6 changed files with 25 additions and 11 deletions

View File

@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.17.2
Date: 2. 27. 2019
Bugfixes:
- Readded renamed or missing assets
---------------------------------------------------------------------------------------------------
Version: 0.17.1
Date: 2. 27. 2019

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -841,35 +841,43 @@ end
function biterFunctions.biterAttackSounds()
return {
{
filename = "__base__/sound/creatures/spitter-1.ogg",
filename = "__base__/sound/creatures/Spiters_1_1.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/spitter-2.ogg",
filename = "__base__/sound/creatures/Spiters_1_2.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/spitter-3.ogg",
filename = "__base__/sound/creatures/Spiters_2_1.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/spitter-4.ogg",
filename = "__base__/sound/creatures/Spiters_2_2.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/spitter-5.ogg",
filename = "__base__/sound/creatures/Spiters_3_1.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/spitter-6.ogg",
filename = "__base__/sound/creatures/Spiters_3_2.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/spitter-7.ogg",
filename = "__base__/sound/creatures/Spiters_4_1.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/spitter-8.ogg",
filename = "__base__/sound/creatures/Spiters_4_2.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/Spiters_5_1.ogg",
volume = 0.7
},
{
filename = "__base__/sound/creatures/Spiters_5_2.ogg",
volume = 0.7
}
}

View File

@ -15,7 +15,7 @@ function projectileUtils.makeProjectile(name, attributes, attack)
action = attack,
animation =
{
filename = "__base__/graphics/entity/acid-projectile-purple/acid-projectile-purple.png",
filename = "__Rampant__/graphics/acid-projectile-purple/acid-projectile-purple.png",
line_length = 5,
tint = attributes.pTint,
width = 16,
@ -25,7 +25,7 @@ function projectileUtils.makeProjectile(name, attributes, attack)
},
shadow =
{
filename = "__base__/graphics/entity/acid-projectile-purple/acid-projectile-purple-shadow.png",
filename = "__Rampant__/graphics/acid-projectile-purple/acid-projectile-purple-shadow.png",
line_length = 5,
tint = attributes.pTint,
width = 28,

View File

@ -63,7 +63,7 @@ function streamUtils.makeStream(info)
shadow =
{
filename = "__base__/graphics/entity/acid-projectile-purple/acid-projectile-purple-shadow.png",
filename = "__Rampant__/graphics/acid-projectile-purple/acid-projectile-purple-shadow.png",
line_length = 5,
width = 28,
height = 16,