![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Digital1191 |
I’m new to Godot and was going off a tutorial on making a 3d maze game and there’s one part of code I don’t understand the problem and I don’t like asking for help on the internet most of the time so here’s my code: extends Spatial
signal level_completed()
func _on_Goal_body_entered(body):
if body is Player:
emit_signal("level_completed")