Is there a better way to do this:

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Johnnyfantastic6
func _on_Hurtbox_area_entered(_area):
variable = true

func _on_Hurtbox_area_exited(_area):
variable = false

it’s ugly and I want to make it look better

Why is it ugly?

klaas | 2020-08-24 14:51

i don’t think it’s ugly

mdubaisi | 2020-08-24 14:51