From cefa7dd45ea802c03bf60e0a4e5a962e24fc6df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C4=ABna=20Lukjanovi=C4=8Da?= Date: Mon, 26 Feb 2024 17:21:21 +0000 Subject: [PATCH] Upload files to "/" --- main_settings.json | 39 +++++++++++++++++++++++++++++++++++++++ main_stats.json | 12 ++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 main_settings.json create mode 100644 main_stats.json diff --git a/main_settings.json b/main_settings.json new file mode 100644 index 0000000..c3bcc50 --- /dev/null +++ b/main_settings.json @@ -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" + } + } \ No newline at end of file diff --git a/main_stats.json b/main_stats.json new file mode 100644 index 0000000..221a4fa --- /dev/null +++ b/main_stats.json @@ -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] + } +} \ No newline at end of file