Skip to content

Commit

Permalink
Added ImageData#Icons#icon_analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicdex committed Jul 11, 2024
1 parent d564bc0 commit e7aa74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrapper/Data/ImageData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export const Paths = new (class BaseImageData {
icon_svg_alien: `${this.WrapperImages}/icons/alien.svg`,
icon_svg_time_fast: `${this.WrapperImages}/icons/time-fast.svg`,
icon_svg_tree_alt: `${this.WrapperImages}/icons/tree-alt.svg`,
icon_svg_teddy_bear: `${this.WrapperImages}/icons/teddy_bear.svg`
icon_svg_teddy_bear: `${this.WrapperImages}/icons/teddy_bear.svg`,
icon_analytics: `${this.Images}/plus/achievements/view_post_game_analytics_icon.vtex_c`
}
})()

Expand Down

0 comments on commit e7aa74c

Please sign in to comment.