7
0
mirror of https://github.com/RPG-Research/bcirpg.git synced 2024-04-16 14:23:01 +00:00

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
Phase2
Godot_GameCode
MergedDemo
Doug
bcirpg_mergedDemo_20220814A
Godot_Toolset

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

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