Boss fight rewards now update team inventory
This commit is contained in:
@@ -11,17 +11,6 @@ func _ready():
|
||||
|
||||
# Function to load character data from the JSON file
|
||||
func load_character_data():
|
||||
#var file_path = "user://MemberDatabase/memberData.csv"
|
||||
#if FileAccess.file_exists(file_path):
|
||||
#var file = FileAccess.open(file_path, FileAccess.READ)
|
||||
#if file:
|
||||
#var csv_text = file.get_as_text()
|
||||
#file.close()
|
||||
#parse_csv(csv_text)
|
||||
#else:
|
||||
#print("Failed to open file: ", file_path)
|
||||
#else:
|
||||
#print("File not found: ", file_path)
|
||||
|
||||
#If using json
|
||||
var file = FileAccess.open("user://MemberDatabase/memberData.json", FileAccess.READ)
|
||||
|
||||
Reference in New Issue
Block a user