parent
46e1de9791
commit
dacbcc3835
232 changed files with 8637 additions and 0 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