Add nodes for creating note arrays in-editor.
This commit is contained in:
5
rhythm_game/note/editor/editor_note.gd
Normal file
5
rhythm_game/note/editor/editor_note.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
class_name EditorNote extends Node
|
||||
|
||||
@export var hit_beat: float = 0.0
|
||||
@export var type: Note.TYPE = Note.TYPE.TAP
|
||||
@export var lane: int = 0
|
||||
Reference in New Issue
Block a user