We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed934a3 commit ba77149Copy full SHA for ba77149
Globals/FunkEngineNameSpace.cs
@@ -4,40 +4,6 @@
4
5
namespace FunkEngine;
6
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
41
public struct SongData
42
{
43
public int Bpm;
@@ -94,6 +60,7 @@ public enum Stages
94
60
Boss,
95
61
Quit,
96
62
Map,
63
+ Controls,
97
64
}
98
65
99
66
public class MapGrid
0 commit comments