buckshotroulette-decomp/SceneChangeNotification.gd
Lyssa a86f69ecf1
reverse v1.2.1 changes
goddammit bob
2024-04-10 22:19:04 +04:00

5 lines
91 B
GDScript

extends Node
func _ready():
print("user entered scene: ", get_tree().current_scene.name)