From 3ef61c0e8957267ed5a8547ad0694e70e8574caf Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Mon, 3 Mar 2025 22:46:25 +0100 Subject: [PATCH] rm default_config.toml --- resources/default_config.toml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 resources/default_config.toml diff --git a/resources/default_config.toml b/resources/default_config.toml deleted file mode 100755 index 9a94696..0000000 --- a/resources/default_config.toml +++ /dev/null @@ -1,14 +0,0 @@ -muted = false - -# List of keys: https://docs.rs/winit/0.23.0/winit/event/enum.VirtualKeyCode.html#variants -[controls] -move_left = "Left" -move_right = "Right" -rotate_cw = "X" -rotate_ccw = "Z" -soft_drop = "Down" -hard_drop = "Space" -hold = "Up" -pause = "Escape" -mute = "M" -restart = "Return" \ No newline at end of file