diff --git a/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs b/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs index 7823c771a..0187272c5 100644 --- a/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs +++ b/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs @@ -38,7 +38,7 @@ namespace HeavenStudio.Games.Loaders defaultLength = 4f, resizable = true }, - new GameAction("slideShoji", "Slide Shoji") + new GameAction("slideFusuma", "Slide Shoji") { function = delegate { var e = eventCaller.currentEntity; @@ -301,7 +301,7 @@ namespace HeavenStudio.Games if (startBeat <= targetNailBeat && targetNailBeat < endBeat) { sounds.Add(new MultiSound.Sound("nailCarpenter/signal1", targetNailBeat)); - sounds.Add(new MultiSound.Sound("nailCarpenter/signal2", targetNailBeat+1f)); + sounds.Add(new MultiSound.Sound("nailCarpenter/signal2", targetNailBeat+2f)); BeatAction.New(instance, new List() { new BeatAction.Action(targetNailBeat, delegate