mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-05 15:37:18 +00:00
5 lines
91 B
GDScript3
5 lines
91 B
GDScript3
|
extends Node
|
||
|
|
||
|
func _ready():
|
||
|
print("user entered scene: ", get_tree().current_scene.name)
|