Added basic elevator system

This commit is contained in:
2020-06-01 01:58:19 -04:00
parent ac1c935ca0
commit 1980139acb
36 changed files with 657 additions and 56 deletions

View File

@ -0,0 +1,4 @@
extends "res://Scripts/Component/Interactable.gd"
func _ready():
connect("interacted", get_parent(), "_on_interact")