This commit is contained in:
SoulliesOfficial
2026-03-31 07:51:00 -04:00
parent 7954ec800c
commit 21e97d2397
45 changed files with 161062 additions and 23416 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17188,7 +17188,7 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 4337614255116277774}
m_HandleRect: {fileID: 4337614255116277775}
m_Direction: 2
m_Value: 0
m_Value: 1
m_Size: 1
m_NumberOfSteps: 0
m_OnValueChanged:
@@ -17796,7 +17796,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 20, y: 0.000030517578}
m_AnchoredPosition: {x: 20, y: 0}
m_SizeDelta: {x: 40, y: 0}
m_Pivot: {x: 0.5, y: 1}
--- !u!1 &4337614255290428457

View File

@@ -5,7 +5,6 @@ namespace Ichni.RhythmGame.Beatmap
{
public class CameraShakeEffect_BM : EffectBase_BM
{
[System.Obsolete] public float duration;
public float frequency;
public float amplitudeX;
public float amplitudeY;
@@ -16,9 +15,9 @@ namespace Ichni.RhythmGame.Beatmap
}
public CameraShakeEffect_BM(float duration, float frequency, float amplitudeX, float amplitudeY, float amplitudeZ)
public CameraShakeEffect_BM(float effectTime, float frequency, float amplitudeX, float amplitudeY, float amplitudeZ)
{
this.effectTime = duration;
this.effectTime = effectTime;
this.frequency = frequency;
this.amplitudeX = amplitudeX;
this.amplitudeY = amplitudeY;

View File

@@ -12,7 +12,7 @@ namespace Ichni.RhythmGame
IHaveInspection inspector = EditorManager.instance.uiManager.inspector;
var container = inspector.GenerateContainer("Camera Shake");
var effectSettings = container.GenerateSubcontainer(3);
var durationInputField = inspector.GenerateInputField(this, effectSettings, "Duration", nameof(effectTime));
var durationInputField = inspector.GenerateInputField(this, effectSettings, "Effect Time", nameof(effectTime));
var frequencyInputField = inspector.GenerateInputField(this, effectSettings, "Frequency", nameof(frequency));
var amplitudeXInputField = inspector.GenerateInputField(this, effectSettings, "Amplitude X", nameof(amplitudeX));
var amplitudeYInputField = inspector.GenerateInputField(this, effectSettings, "Amplitude Y", nameof(amplitudeY));

View File

@@ -18,8 +18,8 @@ namespace Ichni.RhythmGame
#endregion
#region [] Generation & Initialization
public CameraShakeEffect(float duration, float frequency, float amplitudeX, float amplitudeY, float amplitudeZ)
: base(duration)
public CameraShakeEffect(float effectTime, float frequency, float amplitudeX, float amplitudeY, float amplitudeZ)
: base(effectTime)
{
this.frequency = frequency;
this.amplitudeX = amplitudeX;

File diff suppressed because it is too large Load Diff

View File

@@ -35647,7 +35647,7 @@
],
"elementGuid" : {
"value" : "2e9ea2cf-eb1b-43d8-ad28-e6b7fa180a05"
"value" : "2e91cf58-97b8-4dac-a7b9-b36b77a4b03e"
},
"attachedElementGuid" : {
"value" : "ff8926ef-e06e-4f85-837f-2b3948290d18"
@@ -35670,7 +35670,7 @@
"z" : 1
},
"attachedElementGuid" : {
"value" : "2e9ea2cf-eb1b-43d8-ad28-e6b7fa180a05"
"value" : "2e91cf58-97b8-4dac-a7b9-b36b77a4b03e"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.EffectSubmodule_BM,Assembly-CSharp",
@@ -35710,7 +35710,7 @@
]
},
"attachedElementGuid" : {
"value" : "2e9ea2cf-eb1b-43d8-ad28-e6b7fa180a05"
"value" : "2e91cf58-97b8-4dac-a7b9-b36b77a4b03e"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.Tap_BM,Assembly-CSharp",
@@ -45992,7 +45992,7 @@
],
"elementGuid" : {
"value" : "ac4a3a96-2075-4b78-833e-2c4e7adec45c"
"value" : "9e98dc55-f32c-4d27-974d-c534d4939c3a"
},
"attachedElementGuid" : {
"value" : "ff8926ef-e06e-4f85-837f-2b3948290d18"
@@ -46015,7 +46015,7 @@
"z" : 1
},
"attachedElementGuid" : {
"value" : "ac4a3a96-2075-4b78-833e-2c4e7adec45c"
"value" : "9e98dc55-f32c-4d27-974d-c534d4939c3a"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.EffectSubmodule_BM,Assembly-CSharp",
@@ -46085,7 +46085,7 @@
]
},
"attachedElementGuid" : {
"value" : "ac4a3a96-2075-4b78-833e-2c4e7adec45c"
"value" : "9e98dc55-f32c-4d27-974d-c534d4939c3a"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.ElementFolder_BM,Assembly-CSharp",
@@ -55086,7 +55086,7 @@
],
"elementGuid" : {
"value" : "497feb15-7bf4-476d-ad38-a10813809315"
"value" : "979182c8-b39e-495b-937b-5c840fb344ac"
},
"attachedElementGuid" : {
"value" : "ff8926ef-e06e-4f85-837f-2b3948290d18"
@@ -55109,7 +55109,7 @@
"z" : 1
},
"attachedElementGuid" : {
"value" : "497feb15-7bf4-476d-ad38-a10813809315"
"value" : "979182c8-b39e-495b-937b-5c840fb344ac"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.EffectSubmodule_BM,Assembly-CSharp",
@@ -55149,7 +55149,7 @@
]
},
"attachedElementGuid" : {
"value" : "497feb15-7bf4-476d-ad38-a10813809315"
"value" : "979182c8-b39e-495b-937b-5c840fb344ac"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.ElementFolder_BM,Assembly-CSharp",
@@ -97517,7 +97517,7 @@
"__type" : "Ichni.RhythmGame.Beatmap.Hold_BM,Assembly-CSharp",
"holdEndTime" : 54.0673866,
"exactJudgeTime" : 53.96739,
"elementName" : "123",
"elementName" : "New Hold",
"tags" : [
],
@@ -97644,7 +97644,10 @@
],"StartHold":[
],"Holding":[
{
"__type" : "Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse.Beatmap.DTMNoteHoldingBreath_BM,Assembly-CSharp",
"effectTime" : 0.0999984741
}
],"Perfect":[
{
"__type" : "Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse.Beatmap.DTMNotePerfectBurst_BM,Assembly-CSharp",
@@ -124009,7 +124012,7 @@
],
"elementGuid" : {
"value" : "f9e37136-2e3f-4b24-9fea-76fae6c9f29d"
"value" : "8fbeed5f-fa2d-408b-8c4c-5d008b3c8c72"
},
"attachedElementGuid" : {
"value" : "ff8926ef-e06e-4f85-837f-2b3948290d18"
@@ -124032,7 +124035,7 @@
"z" : 1
},
"attachedElementGuid" : {
"value" : "f9e37136-2e3f-4b24-9fea-76fae6c9f29d"
"value" : "8fbeed5f-fa2d-408b-8c4c-5d008b3c8c72"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.EffectSubmodule_BM,Assembly-CSharp",
@@ -124072,7 +124075,7 @@
]
},
"attachedElementGuid" : {
"value" : "f9e37136-2e3f-4b24-9fea-76fae6c9f29d"
"value" : "8fbeed5f-fa2d-408b-8c4c-5d008b3c8c72"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.TimeEffectsCollection_BM,Assembly-CSharp",
@@ -124082,7 +124085,7 @@
],
"elementGuid" : {
"value" : "2d6b5c38-a15a-4a27-b3eb-e0283795b266"
"value" : "075b148e-be11-4d9b-81e0-972f648f670a"
},
"attachedElementGuid" : {
"value" : "ff8926ef-e06e-4f85-837f-2b3948290d18"
@@ -124105,7 +124108,7 @@
"z" : 1
},
"attachedElementGuid" : {
"value" : "2d6b5c38-a15a-4a27-b3eb-e0283795b266"
"value" : "075b148e-be11-4d9b-81e0-972f648f670a"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.EffectSubmodule_BM,Assembly-CSharp",
@@ -124145,7 +124148,7 @@
]
},
"attachedElementGuid" : {
"value" : "2d6b5c38-a15a-4a27-b3eb-e0283795b266"
"value" : "075b148e-be11-4d9b-81e0-972f648f670a"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.TimeEffectsCollection_BM,Assembly-CSharp",
@@ -124155,7 +124158,7 @@
],
"elementGuid" : {
"value" : "176f8595-bc98-4937-9883-a9eadd4f52b5"
"value" : "6c655e75-d72f-4c81-a285-be4f538a9a14"
},
"attachedElementGuid" : {
"value" : "ff8926ef-e06e-4f85-837f-2b3948290d18"
@@ -124178,7 +124181,7 @@
"z" : 1
},
"attachedElementGuid" : {
"value" : "176f8595-bc98-4937-9883-a9eadd4f52b5"
"value" : "6c655e75-d72f-4c81-a285-be4f538a9a14"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.EffectSubmodule_BM,Assembly-CSharp",
@@ -124226,7 +124229,7 @@
]
},
"attachedElementGuid" : {
"value" : "176f8595-bc98-4937-9883-a9eadd4f52b5"
"value" : "6c655e75-d72f-4c81-a285-be4f538a9a14"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.ElementFolder_BM,Assembly-CSharp",
@@ -136604,7 +136607,7 @@
],
"elementGuid" : {
"value" : "34dc0704-9b49-4d9f-876c-73397fd5bfeb"
"value" : "425309a2-b37a-416b-8bc1-e35adb7817b8"
},
"attachedElementGuid" : {
"value" : "ff8926ef-e06e-4f85-837f-2b3948290d18"
@@ -136627,7 +136630,7 @@
"z" : 1
},
"attachedElementGuid" : {
"value" : "34dc0704-9b49-4d9f-876c-73397fd5bfeb"
"value" : "425309a2-b37a-416b-8bc1-e35adb7817b8"
}
},{
"__type" : "Ichni.RhythmGame.Beatmap.EffectSubmodule_BM,Assembly-CSharp",
@@ -136695,7 +136698,7 @@
]
},
"attachedElementGuid" : {
"value" : "34dc0704-9b49-4d9f-876c-73397fd5bfeb"
"value" : "425309a2-b37a-416b-8bc1-e35adb7817b8"
}
},{
"__type" : "Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse.Beatmap.DTMTrail_BM,Assembly-CSharp",

View File

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

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 640419a82dfcbed46a989fbbf01ae5ad
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,2 @@
xòCâÏ<ÛÁ€t;g~<7E>QÉ)<29>Ù!ÖÙ<C396>r<EFBFBD>
<EFBFBD>€®ëˆ"˜zs7vâé™jPû6Ps‡¯•¹Qù´°L;Ò™S€¿<Ù-ç‹>Ïk Ø…M™VA¶Õºâ3xzÁ/æD,eD†\1ÿ…£Ë_†¡*œÛl ¿ÈõÇŒº<C592>çÑW„:¦ËzRÇüôtºs

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 3520d0c4c86041a48ad52c923e947039
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2b64f525670b05c4e96f718c31cd34ef
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 32ea8950ec2c62f48949b008c82bb714
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

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

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 30bad7d31507e834d9c091ca671cb54c
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,2 @@
¤ŢµjĎ+żŹ·"5Ür<C39C>Đ],-1ç­(![‚ě凤ŰÔ´wÝ-„8~mq^…‚]•0 Ša°5řlSĺzŹtw§żK¬ă`Ř˙÷ň®KV
Ą:´O´§ţ“Ľçfľ™tťazětäšĐőŇĹ{Á úł-“MCŠ\ rśťŇŚ:`žďŚx®<78>|©%Őa.ľë"€€lâ

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8ba4a1b86349a2642954622876bbbcd4
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8752c67c2a28e864fb66ec7a43bc7de4
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2c6d9fd2c46d2ab4e9e9caa71cb7cade
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
"creatorName" : "mora",
"editorVersion" : "0.1.0",
"createTime" : "2025\/6\/21 20:53:45",
"lastSaveTime" : "3\/30\/2026 3:18:25 AM",
"lastSaveTime" : "3\/31\/2026 6:10:11 AM",
"selectedThemeBundleList" : [
"basic","departure_to_multiverse","shapes"
],

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 5b9f084f0fabbdb49b53ced7e1c8935a
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,13 @@
{
"CommandScripts" : {
"__type" : "Ichni.RhythmGame.Beatmap.CommandScripts_BM,Assembly-CSharp",
"value" : {
"commandList" : [
],
"attachedElementGuid" : {
"value" : "00000000-0000-0000-0000-000000000000"
}
}
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: df008f2f48186df4394f717cfe350e6c
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,23 @@
{
"ProjectInformation" : {
"__type" : "Ichni.RhythmGame.Beatmap.ProjectInformation_BM,Assembly-CSharp",
"value" : {
"projectName" : "world for white",
"creatorName" : "0",
"editorVersion" : "0.1.0",
"createTime" : "2025\/7\/13 15:38:18",
"lastSaveTime" : "3\/31\/2026 2:07:28 AM",
"selectedThemeBundleList" : [
"basic","departure_to_multiverse"
],
"tagManager" : {
"tagMatchers" : [
]
},
"attachedElementGuid" : {
"value" : "00000000-0000-0000-0000-000000000000"
}
}
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: fd5692556a0bb5f40888974522e2d337
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,14 @@
{
"SongInformation" : {
"__type" : "Ichni.RhythmGame.Beatmap.SongInformation_BM,Assembly-CSharp",
"value" : {
"songName" : "world for white.mp3",
"bpm" : 184,
"delay" : 0,
"offset" : 0,
"attachedElementGuid" : {
"value" : "00000000-0000-0000-0000-000000000000"
}
}
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 26b2d1f6ec144394084a85b624767663
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d64f2726e07c7a548a1a354765700f97
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -7,7 +7,7 @@ Material:
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: EnergyTrail0
m_Name: DTM_Trail_TrailBody
m_Shader: {fileID: 4800000, guid: 7b9c9313dd6fd7a4c95981c520b6c617, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0

View File

@@ -105,6 +105,10 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
{
rend.InitializeShader();
}
sparks.gameObject.SetActive(false);
headPoint.transform.localScale = Vector3.zero;
headCircle.transform.localScale = Vector3.zero;
}
/// <summary>