mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +00:00
Pajama Party: no awake can be interrupted by other cues
This commit is contained in:
parent
85d0a8e4b5
commit
59aaf44d02
4 changed files with 180 additions and 60 deletions
File diff suppressed because one or more lines are too long
|
@ -378,7 +378,7 @@ namespace HeavenStudio.Games.Scripts_PajamaParty
|
|||
}
|
||||
),
|
||||
new BeatAction.Action(
|
||||
beat + 8f,
|
||||
beat + (longSleep ? 4f : 8f),
|
||||
delegate {
|
||||
canCharge = true;
|
||||
canJump = true;
|
||||
|
|
|
@ -5,9 +5,6 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
using DG.Tweening;
|
||||
using NaughtyBezierCurves;
|
||||
|
||||
namespace HeavenStudio.Games.Scripts_NtrSamurai
|
||||
{
|
||||
public class NtrSamuraiChild : MonoBehaviour
|
||||
|
|
|
@ -5,9 +5,6 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
using DG.Tweening;
|
||||
using NaughtyBezierCurves;
|
||||
|
||||
namespace HeavenStudio.Games.Scripts_NtrSamurai
|
||||
{
|
||||
public class NtrSamuraiObject : MonoBehaviour
|
||||
|
|
Loading…
Reference in a new issue