mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-16 17:26:01 +00:00
5 lines
118 B
GDScript3
5 lines
118 B
GDScript3
|
class_name GameOverManager extends Node
|
||
|
|
||
|
func PlayerWon():
|
||
|
get_tree().change_scene_to_file("res://scenes/win.tscn")
|