Skip to content

Commit

Permalink
feat: add missing addresses for HGE
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Nov 3, 2022
1 parent 5ed5cdf commit 405d55d
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 343 deletions.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/ConfigWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
<TextBlock Foreground="#fafa50" Grid.Column="1" Grid.Row="4" HorizontalAlignment="Left" VerticalAlignment="Bottom" Text="{Binding GetWeaponForGuildCard}" FontFamily="MS Gothic Bold" FontSize="16" Margin="60,0,0,0"/>

<Image Grid.Column="1" Grid.Row="5" HorizontalAlignment="Left" VerticalAlignment="Top" Source="https://raw.githubusercontent.com/DorielRivalet/MHFZ_Overlay/release/img/icon/decoration.png" Margin="35,0,0,0" Width="20" Height="20"/>
<TextBlock Grid.Column="1" Grid.Row="5" Grid.RowSpan="2" HorizontalAlignment="Left" VerticalAlignment="Bottom" Text="{Binding GetWeaponDecos}" FontFamily="MS Gothic Bold" FontSize="14" Margin="60,0,0,0" TextWrapping="Wrap" Width="450"/>
<TextBlock Grid.Column="1" Grid.Row="5" Grid.RowSpan="2" HorizontalAlignment="Left" VerticalAlignment="Top" Text="{Binding GetWeaponDecos}" FontFamily="MS Gothic Bold" FontSize="14" Margin="60,0,0,0" TextWrapping="Wrap" Width="450"/>

<Image Grid.Column="1" Grid.Row="7" HorizontalAlignment="Left" VerticalAlignment="Top" Source="https://raw.githubusercontent.com/DorielRivalet/MHFZ_Overlay/release/img/icon/helm.png" Margin="35,0,0,0" Width="20" Height="20"/>
<TextBlock Foreground="#fafa50" Grid.Column="1" Grid.Row="7" HorizontalAlignment="Left" VerticalAlignment="Center" Text="{Binding GetArmorHeadNameForGuildCard}" FontFamily="MS Gothic Bold" FontSize="16" Margin="60,0,0,0"/>
Expand Down
3 changes: 3 additions & 0 deletions MHFZ_Overlay/MonsterInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace MHFZ_Overlay
{
/// <summary>
/// unaffected by player stats
/// </summary>
public class MonsterInfo
{

Expand Down
3 changes: 3 additions & 0 deletions MHFZ_Overlay/MonsterLog.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
namespace MHFZ_Overlay
{
/// <summary>
/// affected by player stats
/// </summary>
public class MonsterLog
{

Expand Down
Loading

0 comments on commit 405d55d

Please sign in to comment.