Rotation & repair sounds / Explosion sound rename

This commit is contained in:
Anuken
2025-12-10 11:55:00 -05:00
parent c5656278ad
commit dc4eada23f
29 changed files with 55 additions and 36 deletions

View File

@@ -682,6 +682,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
build.updateProximity();
build.noSleep();
Fx.rotateBlock.at(build.x, build.y, build.block.size);
if(!headless) Sounds.blockRotate.at(build, 1f + Mathf.range(0.1f), 1f);
Events.fire(new BuildRotateEvent(build, player == null ? null : player.unit(), previous));
}