Skip to content

Commit ba77149

Browse files
committed
Oops my bad
removed dupe code from rebase
1 parent ed934a3 commit ba77149

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

Globals/FunkEngineNameSpace.cs

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,6 @@
44

55
namespace FunkEngine;
66

7-
public enum ArrowType
8-
{
9-
Up = 0,
10-
Down = 1,
11-
Left = 2,
12-
Right = 3,
13-
}
14-
15-
public enum BattleEffectTrigger
16-
{
17-
NotePlaced,
18-
NoteHit,
19-
SelfNoteHit,
20-
OnPickup,
21-
}
22-
23-
public enum Timing
24-
{
25-
Miss = 0,
26-
Bad = 1,
27-
Okay = 2,
28-
Good = 3,
29-
Perfect = 4,
30-
}
31-
32-
public enum Stages
33-
{
34-
Title,
35-
Battle,
36-
Quit,
37-
Map,
38-
Controls,
39-
}
40-
417
public struct SongData
428
{
439
public int Bpm;
@@ -94,6 +60,7 @@ public enum Stages
9460
Boss,
9561
Quit,
9662
Map,
63+
Controls,
9764
}
9865

9966
public class MapGrid

0 commit comments

Comments
 (0)