mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2024-11-26 23:47:10 +00:00
5 lines
117 B
GDScript
5 lines
117 B
GDScript
class_name GameOverManager extends Node
|
|
|
|
func PlayerWon():
|
|
get_tree().change_scene_to_file("res://scenes/win.tscn")
|