Boss fight rewards now update team inventory

This commit is contained in:
2024-06-12 08:48:21 -04:00
parent 4312c044d3
commit ee6fa21177
16 changed files with 534 additions and 228 deletions

View File

@@ -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)