Fixed Typos

This commit is contained in:
2024-08-16 10:38:39 -05:00
parent 96a234fda2
commit 95df256126
3 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class_name Interactable
extends StaticBody3D
@export var promt_message:String = "press e"
@export var promt_key:String
@export var prompt_message:String = "Press e"
@export var prompt_key:String
func interact(player):
pass