fix chart reading, scroll chart notes!
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Godot;
|
||||
using WacK.Data.Chart;
|
||||
|
||||
namespace WacK.Things.TunnelObjects
|
||||
{
|
||||
public partial class THNoteHold : THNotePlay
|
||||
{
|
||||
public new NoteHold noteData;
|
||||
|
||||
public void Init(NoteHold noteData)
|
||||
{
|
||||
base.Init(noteData);
|
||||
this.noteData = noteData;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user