Skip to content

Commit

Permalink
chore: remove hitman 3 advertising in 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Aug 26, 2024
1 parent c50b964 commit 27314f7
Showing 1 changed file with 0 additions and 142 deletions.
142 changes: 0 additions & 142 deletions static/LegacyHubTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1426,77 +1426,6 @@
}
}
}
},
{
"$if": {
"$condition": {
"$and": [
"$($arg _isonline)",
{
"$or": [
"$not $eqs ($arg _platform,pc)",
"$eqs ($arg _store,epic)"
]
},
{
"$if $eq (0,0)": {
"$then": true,
"$else": false
}
}
]
},
"$then": {
"view": "menu3.basic.DestinationCategoryDifficultyTile",
"id": "continue_the_story_tile",
"nrows": 3,
"ncols": 2,
"pressable": true,
"data": {
"header": "Out Now!",
"title": "HITMAN 3",
"icon": "arrowright",
"enableinfo": false,
"image": "$res images/livetile/tile_hitman3.jpg"
},
"actions": {
"accept": [
{
"set-selected": {
"target": "store_tab"
}
},
{
"set-selected": {
"target": "UI_MENU_STORE_CATEGORY_HITMAN3_TITLE_tile"
}
}
],
"select": {
"replace-children": {
"target": "headline_container",
"children": {
"view": "menu3.basic.HeadlineElement",
"selectable": false,
"pressable": false,
"data": {
"header": "Out Now!",
"title": "HITMAN 3",
"typeicon": "arrowright"
}
}
}
},
"deselect": {
"replace-children": {
"target": "headline_container",
"children": {}
}
}
}
},
"$else": null
}
}
]
}
Expand Down Expand Up @@ -18123,77 +18052,6 @@
}
}
}
},
{
"$if": {
"$condition": {
"$and": [
"$($arg _isonline)",
{
"$or": [
"$not $eqs ($arg _platform,pc)",
"$eqs ($arg _store,epic)"
]
},
{
"$if $eq (0,0)": {
"$then": true,
"$else": false
}
}
]
},
"$then": {
"view": "menu3.basic.MenuTileTall",
"id": "continue_the_story_tile",
"nrows": 3,
"ncols": 2,
"pressable": true,
"data": {
"header": "Out Now!",
"title": "HITMAN 3",
"icon": "arrowright",
"enableinfo": false,
"image": "$res images/livetile/tile_hitman3.jpg"
},
"actions": {
"accept": [
{
"set-selected": {
"target": "store_tab"
}
},
{
"set-selected": {
"target": "UI_MENU_STORE_CATEGORY_HITMAN3_TITLE_tile"
}
}
],
"select": {
"replace-children": {
"target": "headline_container",
"children": {
"view": "menu3.basic.HeadlineElement",
"selectable": false,
"pressable": false,
"data": {
"header": "Out Now!",
"title": "HITMAN 3",
"typeicon": "arrowright"
}
}
}
},
"deselect": {
"replace-children": {
"target": "headline_container",
"children": {}
}
}
}
},
"$else": null
}
}
]
}
Expand Down

0 comments on commit 27314f7

Please sign in to comment.