1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-12-02 22:59:38 +00:00

Added missing icon names to list, fixed missing trailing comma

This commit is contained in:
Matthew Edell 2023-09-14 07:12:34 -04:00
parent fef4dcdcf4
commit 46d5854287

View file

@ -124,7 +124,15 @@ unsafe fn draw_log(root_pane: &Pane, log_idx: usize, log: &InputLog) {
"dpad_down", "dpad_down",
"dpad_left", "dpad_left",
"dpad_right", "dpad_right",
"dpad_left_right" "dpad_left_right",
"up_strong",
"down_strong",
"left_strong",
"right_strong",
"up_left_strong",
"down_left_strong",
"up_right_strong",
"down_right_strong",
]; ];
for idx in 0..NUM_ICON_SLOTS { for idx in 0..NUM_ICON_SLOTS {