necra-prototypes/prototype_ritual_book.gd
Antonio Dell'Annunziata f6c53bf5ca
All checks were successful
/ test (push) Successful in 2s
Color text when chanting
2025-03-09 10:31:55 +01:00

6 lines
110 B
GDScript

extends Node2D
signal incantation_completed
func _on_incantation_completed():
incantation_completed.emit()