Working on basic UI for genre substitution

This commit is contained in:
elliottHong
2023-08-06 11:33:53 -07:00
parent ef3c27b371
commit d12474ae7b
6 changed files with 71 additions and 2 deletions

View File

@ -0,0 +1,13 @@
[remap]
importer="csv_translation"
type="Translation"
valid=false
[deps]
source_file="res://TestingFiles/UserData/characterFiles/testingCSVCharFile.csv"
[params]
compress=true
delimiter=0

View File

@ -17,5 +17,3 @@ func _on_But_History_Page_button_up():
current_page = 0
history_rows_node.remove_child(history_rows_node.get_child(0))
history_rows_node.add_child(game_history_array[current_page])