Finish labyrinth + win area
This commit is contained in:
parent
c84c4bf370
commit
9e1ae38836
File diff suppressed because one or more lines are too long
7
Level/Labyrinth/WinButton.gd
Normal file
7
Level/Labyrinth/WinButton.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends StaticBody
|
||||
|
||||
onready var outline = get_node("Outline") as MeshInstance
|
||||
|
||||
|
||||
func do_interact(var player):
|
||||
get_tree().quit()
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user