This commit is contained in:
SoulliesOfficial
2025-07-21 05:42:20 -04:00
parent e483cfe502
commit bae0bfbc20
533 changed files with 172709 additions and 125965 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using Ichni.RhythmGame.Beatmap;
using UniRx;
using UnityEngine;
namespace Ichni.RhythmGame
@@ -50,6 +50,11 @@ namespace Ichni.RhythmGame
{
transformSubmodule = new TransformSubmodule(this);
}
public override void AfterInitialize()
{
Observable.NextFrame().Subscribe(_=> trailRenderer.Clear());
}
}
public partial class Trail