alloying furnace gui

This commit is contained in:
minjaesong
2024-03-10 22:05:45 +09:00
parent 2943f4119c
commit ef2413f33d
5 changed files with 368 additions and 30 deletions

View File

@@ -296,7 +296,7 @@ class FixtureAlloyingFurnace : FixtureBase {
(Terrarum.ingame as TerrarumIngame).addParticle(
ParticleVanishingSprite(
CommonResourcePool.getAsTextureRegionPack("particles-tiki_smoke.tga"),
25f, true, hitbox.startX + TILE_SIZED, hitbox.startY + 16, false, (Math.random() * 256).toInt()
25f, true, hitbox.startX + TILE_SIZED / 2, hitbox.startY + 16, false, (Math.random() * 256).toInt()
)
)