taller tiki torch

This commit is contained in:
minjaesong
2021-08-17 18:37:54 +09:00
parent 0f03eafc84
commit a2b3334692
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ internal class FixtureTikiTorch(nameFun: () -> String) : FixtureBase(BlockBox(Bl
if (spawnTimer >= nextDelay) {
(Terrarum.ingame as TerrarumIngame).addParticle(ParticleVanishingSprite(
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