This commit is contained in:
SoulliesOfficial
2025-01-28 12:05:21 -05:00
parent 552651efbc
commit 7520983b20
11 changed files with 69 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ using UnityEngine;
namespace Ichni.RhythmGame
{
public class TriggerConnectJudgeSubmodule : NoteJudgeUnit
public class FullScreenBalancedJudgeUnit : NoteJudgeUnit
{
}

View File

@@ -5,7 +5,7 @@ using UnityEngine;
namespace Ichni.RhythmGame
{
public class FullScreenBalancedJudgeSubmodule : NoteJudgeUnit
public class FullScreenNearTimeJudgeUnit : NoteJudgeUnit
{
}

View File

@@ -5,7 +5,7 @@ using UnityEngine;
namespace Ichni.RhythmGame
{
public class FullScreenNearTimeJudgeSubmodule : NoteJudgeUnit
public class TriggerConnectJudgeUnit : NoteJudgeUnit
{
}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2b306da871510467483218fdf223d656
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NoteVisualBase : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: add3d51f41f934e4587c625e503dbdf5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NoteVisualBaseHold : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: ac560387d21404bf78aa53bb1521f2d3
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: