the recording revolution is upon us
This commit is contained in:
parent
6148a3ec45
commit
e1215c17b6
11 changed files with 289 additions and 64 deletions
6
Scripts/MovementFrameIndicator.gd
Normal file
6
Scripts/MovementFrameIndicator.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Control
|
||||
|
||||
@export var x_offset : int = 0
|
||||
|
||||
func _ready() -> void:
|
||||
self.size.x += x_offset
|
Loading…
Add table
Add a link
Reference in a new issue