6 lines
63 B
GDScript
6 lines
63 B
GDScript
extends Node
|
|
class_name Hitable
|
|
|
|
func Hit():
|
|
print("Got hit")
|