mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-02 14:39:37 +01:00
6 lines
93 B
GDScript
6 lines
93 B
GDScript
extends Node
|
|
|
|
func _on_body_entered(body):
|
|
if body.name == "Player":
|
|
$"../WinText".show()
|