New sound for rock/plant breaking

This commit is contained in:
Anuken
2021-07-14 17:22:21 -04:00
parent ac25e17286
commit dd5389c738
7 changed files with 11 additions and 5 deletions

View File

@@ -190,8 +190,10 @@ public class Block extends UnlockableContent{
public int outlinedIcon = -1;
/** Whether this block has a shadow under it. */
public boolean hasShadow = true;
/** Sounds made when this block breaks.*/
public Sound breakSound = Sounds.boom;
/** Sounds made when this block is destroyed.*/
public Sound destroySound = Sounds.boom;
/** Sound made when this block is deconstructed. */
public Sound breakSound = Sounds.breaks;
/** How reflective this block is. */
public float albedo = 0f;
/** Environmental passive light color. */