mirror of
https://github.com/veden/Rampant.git
synced 2024-12-28 21:08:22 +02:00
see changelog
This commit is contained in:
parent
8ebae4c5ef
commit
be6c7cfaff
@ -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
|
||||
|
BIN
graphics/acid-projectile-purple/acid-projectile-purple-shadow.png
Executable file
BIN
graphics/acid-projectile-purple/acid-projectile-purple-shadow.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
graphics/acid-projectile-purple/acid-projectile-purple.png
Executable file
BIN
graphics/acid-projectile-purple/acid-projectile-purple.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user