buckshotroulette-decomp/SceneChangeNotification.gd

5 lines
91 B
GDScript3
Raw Permalink Normal View History

2024-04-10 19:19:04 +01:00
extends Node
func _ready():
print("user entered scene: ", get_tree().current_scene.name)