Organize files. WIP score system.

This commit is contained in:
2026-01-29 00:20:56 +08:00
parent 051ca8bcd8
commit fd5ee404d7
14 changed files with 17 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ enum TYPE {
HOLD_END = 2
}
enum SCORE {
# Should this go here?
}
var hit_beat: float
var type: TYPE