Skip to content

Commit

Permalink
[flawhud] Updated loadout customization following recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Dec 10, 2024
1 parent 37c19d4 commit 5de714c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/TF2HUD.Editor/HUDEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="CountryFlag.Wpf" Version="1.0.0" />
<PackageReference Include="Crews.Utility.TgaSharp" Version="1.0.0" />
<PackageReference Include="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.115" />
<PackageReference Include="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.124" />
<PackageReference Include="log4net" Version="3.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Octokit" Version="13.0.1" />
Expand Down
42 changes: 15 additions & 27 deletions src/TF2HUD.Editor/JSON/flawhud.json
Original file line number Diff line number Diff line change
Expand Up @@ -1868,16 +1868,12 @@
"inset_eq_y": "55"
}
},
"classmodelpanelanchor": {
"xpos": "p.103"
},
"classmodelpanel": {
"xpos": "c-135",
"ypos": "20",
"wide": "270",
"tall": "340",
"model": {
"origin_x": "190",
"origin_y": "0",
"origin_z": "-48"
}
"pin_corner_to_sibling": "PIN_TOPLEFT",
"pin_to_sibling_corner": "PIN_TOPRIGHT"
},
"CharacterLoadoutButton": {
"xpos": "3",
Expand Down Expand Up @@ -1909,16 +1905,12 @@
"inset_eq_y": "0"
}
},
"classmodelpanelanchor": {
"xpos": "p.63"
},
"classmodelpanel": {
"xpos": "c-320",
"ypos": "0",
"wide": "400",
"tall": "f0",
"model": {
"origin_x": "250",
"origin_y": "20",
"origin_z": "-30"
}
"pin_corner_to_sibling": "PIN_TOPRIGHT",
"pin_to_sibling_corner": "PIN_TOPLEFT"
},
"CharacterLoadoutButton": {
"xpos": "-1",
Expand Down Expand Up @@ -1950,16 +1942,12 @@
"inset_eq_y": "0"
}
},
"classmodelpanelanchor": {
"xpos": "p.63"
},
"classmodelpanel": {
"xpos": "c50",
"ypos": "0",
"wide": "495",
"tall": "f0",
"model": {
"origin_x": "250",
"origin_y": "10",
"origin_z": "-30"
}
"pin_corner_to_sibling": "PIN_TOPRIGHT",
"pin_to_sibling_corner": "PIN_TOPLEFT"
},
"CharacterLoadoutButton": {
"xpos": "-1",
Expand Down

0 comments on commit 5de714c

Please sign in to comment.