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:
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
source_md5="fe8dea03f3f241ec8c3f199dcd974cbe"
|
@ -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])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user