mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2024-11-25 06:56:58 +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)
|