Skip to content

Commit

Permalink
earflip
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne committed Aug 20, 2024
1 parent 3511d0d commit 07f80e6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gloves" = list("loc" = ui_gloves, "name" = "Gloves", "slot" = slot_gloves, "state" = "gloves", "toggle" = 1),
"eyes" = list("loc" = ui_glasses, "name" = "Glasses", "slot" = slot_glasses, "state" = "glasses", "toggle" = 1),
"l_ear" = list("loc" = ui_l_ear, "name" = "Left Ear", "slot" = slot_l_ear, "state" = "ears", "toggle" = 1),
"r_ear" = list("loc" = ui_r_ear, "name" = "Right Ear", "slot" = slot_r_ear, "state" = "ears", "toggle" = 1),
"r_ear" = list("loc" = ui_r_ear, "name" = "Right Ear", "slot" = slot_r_ear, "state" = "ears2", "toggle" = 1),
"head" = list("loc" = ui_head, "name" = "Hat", "slot" = slot_head, "state" = "hair", "toggle" = 1),
"shoes" = list("loc" = ui_shoes, "name" = "Shoes", "slot" = slot_shoes, "state" = "shoes", "toggle" = 1),
"suit storage" = list("loc" = ui_sstore1, "name" = "Suit Storage", "slot" = slot_s_store, "state" = "suitstore"),
Expand Down
Binary file modified icons/hud/style/goon.dmi
Binary file not shown.
Binary file modified icons/hud/style/midnight.dmi
Binary file not shown.
Binary file modified icons/hud/style/minimalist.dmi
Binary file not shown.
Binary file modified icons/hud/style/old-noborder.dmi
Binary file not shown.
Binary file modified icons/hud/style/old.dmi
Binary file not shown.
Binary file modified icons/hud/style/orange.dmi
Binary file not shown.
Binary file modified icons/hud/style/white.dmi
Binary file not shown.

0 comments on commit 07f80e6

Please sign in to comment.