Skip to content

Commit

Permalink
Implemented requested Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
StoiaCode authored and Fayti1703 committed Dec 19, 2022
1 parent 943e1a3 commit 44cbeaa
Show file tree
Hide file tree
Showing 3 changed files with 781 additions and 792 deletions.
5 changes: 1 addition & 4 deletions Ktisis/Interface/Windows/ConfigGui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,7 @@ public static unsafe void DrawBonesOffset(Configuration cfg) {
cfg.CustomBoneOffset[bodyType] = parsedPasteAll;
}

ImGuiComponents.HelpMarker("Tips:\n" +
Locale.GetString("config.offset.tipsTwo") +
Locale.GetString("config.offset.tipsThree") +
Locale.GetString("config.offset.tipsFour"));
ImGuiComponents.HelpMarker(Locale.GetString("config.offset.tips"));


if (ImGui.BeginTable("offsetBonesTable", 4, ImGuiTableFlags.SizingFixedFit | ImGuiTableFlags.BordersInnerH | ImGuiTableFlags.BordersInnerV | ImGuiTableFlags.PadOuterX)) {
Expand Down
Loading

0 comments on commit 44cbeaa

Please sign in to comment.