Changed Interactable items to extend Interactable and a

This commit is contained in:
2024-08-16 11:32:06 -05:00
parent eca45edb21
commit 117e371ec2
3 changed files with 5 additions and 13 deletions

View File

@ -1,7 +1,4 @@
extends StaticBody3D
@export var promt_message:String = "Pickup Key"
@export var promt_key:String
extends Interactable
func interact(player):
GlobalSettings.HasGeneratorKey = true