mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-16 17:26:01 +00:00
5 lines
91 B
GDScript
5 lines
91 B
GDScript
extends Node
|
|
|
|
func _ready():
|
|
print("user entered scene: ", get_tree().current_scene.name)
|