Added basic elevator system
This commit is contained in:
4
client/Scripts/Component/ElevatorControls.gd
Normal file
4
client/Scripts/Component/ElevatorControls.gd
Normal file
@ -0,0 +1,4 @@
|
||||
extends "res://Scripts/Component/Interactable.gd"
|
||||
|
||||
func _ready():
|
||||
connect("interacted", get_parent(), "_on_interact")
|
Reference in New Issue
Block a user