From c3cd51c135ff8ca8ed8c66e8ceb3f3d0bd34db29 Mon Sep 17 00:00:00 2001 From: omoso <144749186+omo50@users.noreply.github.com> Date: Sat, 18 May 2024 21:55:19 -0500 Subject: [PATCH] Delete paperdoll-client.toml --- paperdoll-client.toml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 paperdoll-client.toml diff --git a/paperdoll-client.toml b/paperdoll-client.toml deleted file mode 100644 index 689b0e94e..000000000 --- a/paperdoll-client.toml +++ /dev/null @@ -1,26 +0,0 @@ -#Only show paper doll when in first-person mode. -first_person_only = true -#Set axis the player head can move on. -#Allowed Values: YAW, PITCH, BOTH -head_movement = "YAW" -#Define a screen corner to align the paper doll display to. -#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT -position = "TOP_LEFT" -#Display paper doll while performing these actions. -#Display paper doll while performing these actions. -#Allowed Values: paperdoll:sprinting, paperdoll:swimming, paperdoll:crawling, paperdoll:crouching, paperdoll:flying, paperdoll:gliding, paperdoll:riding, paperdoll:spin_attacking, paperdoll:using -display_actions = ["paperdoll:sprinting", "paperdoll:swimming", "paperdoll:crawling", "paperdoll:crouching", "paperdoll:flying", "paperdoll:gliding"] -#Scale of paper doll. Also affected by video settings gui scale. -#Range: 1 ~ 24 -scale = 4 -#Offset on y-axis from original doll position. -#Range: > -2147483648 -offset_y = 0 -#Amount of ticks the paper doll will be kept on screen after its display conditions are no longer met. Set to 0 to always display the doll. -#Range: > 0 -display_time = 15 -#Offset on x-axis from original doll position. -#Range: > -2147483648 -offset_x = 0 -#Shift paper doll downwards when it would otherwise overlap with potion icons while showing in the top screen right corner. -potion_shift = true