swipe arrow progress

This commit is contained in:
muskit
2023-10-09 01:22:41 -07:00
parent 1f179d6a79
commit c276e2732c
8 changed files with 185 additions and 50 deletions
+1 -1
View File
@@ -132,11 +132,11 @@ namespace WacK.Scenes
default:
continue;
}
noteDisplay.AddChild(nNote);
nNote.Init(note);
var nPos = nNote.Position;
nPos.Y = msNote.Key * -ScrollPxPerSec;
nNote.Position = nPos;
noteDisplay.AddChild(nNote);
}
}
}