7 lines
77 B
GDScript
7 lines
77 B
GDScript
extends Node2D
|
|
|
|
@export var inverted: bool = false
|
|
|
|
func castFailed():
|
|
pass
|