Upload files to "/"

master
Elīna Lukjanoviča 2024-02-26 17:21:21 +00:00
parent 2378cf629e
commit cefa7dd45e
2 changed files with 51 additions and 0 deletions

39
main_settings.json 100644
View File

@ -0,0 +1,39 @@
{
"size": "big" ,
"version": "4x4",
"gui_style": "classic",
"gui_color": [
255,
0,
0
],
"music": true,
"music_volume": 0.03,
"selected_music": "serenity",
"sound": true,
"sound_volume": 0.04,
"selected_sound": "wood",
"display": "time",
"language": "english",
"keybinds": {
"move_up": "K_w",
"move_down": "K_s",
"move_right": "K_d",
"move_left": "K_a",
"close_button": "K_ESCAPE",
"continue_button": "K_RETURN",
"delete_button": "K_DELETE",
"new_button": "K_a",
"quick_add_button": "K_q",
"settings_button": "K_r",
"timer_button": "K_t",
"menu_button": "K_e",
"hint_button": "K_h",
"shuffle_button": "K_g",
"finished_button, not_finished_button": "K_BACKQUOTE",
"info_button": "K_i",
"stats_button": "K_TAB",
"to_left_button": "K_LEFT",
"to_right_button": "K_RIGHT"
}
}

12
main_stats.json 100644
View File

@ -0,0 +1,12 @@
{
"stats": {
"overall_time": 0,
"overall_moves": 0,
"overall_completed": 0,
"not_completed": 0,
"quickest_puzzle_time": [null, 0],
"quickest_puzzle_moves": [null, 0],
"longest_puzzle_time": [null, 0],
"longest_puzzle_moves": [null, 0]
}
}