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