Finish labyrinth + win area

This commit is contained in:
karl 2020-01-28 15:00:59 +01:00
parent c84c4bf370
commit 9e1ae38836
3 changed files with 291 additions and 159 deletions

File diff suppressed because one or more lines are too long

View 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