mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
taller tiki torch
This commit is contained in:
Binary file not shown.
@@ -70,7 +70,7 @@ internal class FixtureTikiTorch(nameFun: () -> String) : FixtureBase(BlockBox(Bl
|
|||||||
if (spawnTimer >= nextDelay) {
|
if (spawnTimer >= nextDelay) {
|
||||||
(Terrarum.ingame as TerrarumIngame).addParticle(ParticleVanishingSprite(
|
(Terrarum.ingame as TerrarumIngame).addParticle(ParticleVanishingSprite(
|
||||||
CommonResourcePool.getAsTextureRegionPack("particles-tiki_smoke.tga"),
|
CommonResourcePool.getAsTextureRegionPack("particles-tiki_smoke.tga"),
|
||||||
0.25f, hitbox.centeredX, hitbox.startY + 10, rng.nextInt(256)
|
0.25f, hitbox.centeredX, hitbox.startY + 5, rng.nextInt(256)
|
||||||
))
|
))
|
||||||
|
|
||||||
spawnTimer -= nextDelay
|
spawnTimer -= nextDelay
|
||||||
|
|||||||
Reference in New Issue
Block a user