добавили окно с просмотром игр

This commit is contained in:
aaeii
2024-12-27 21:29:26 +03:00
parent 46c8147172
commit 12af9b7c10
3 changed files with 201 additions and 20 deletions

View File

@@ -4,87 +4,115 @@
"topSail": [
{
"image": "game1",
"text": "$10"
"text": "$10",
"imgPath": "img_top_1"
},
{
"image": "game2",
"text": "$10"
"text": "$10",
"imgPath": "img_top_2"
},
{
"image": "game3",
"text": "$10"
"text": "$10",
"imgPath": "img_top_3"
},
{
"image": "game4",
"text": "$10"
"text": "$10",
"imgPath": "img_top_4"
},
{
"image": "game5",
"text": "$10"
"text": "$10",
"imgPath": "img_top_5"
},
{
"image": "game6",
"text": "$10"
"text": "$10",
"imgPath": "img_top_6"
},
{
"image": "game7",
"text": "$10"
"text": "$10",
"imgPath": "img_top_7"
},
{
"image": "game8",
"text": "$10"
"text": "$10",
"imgPath": "img_top_8"
}
],
"categories": [
{
"image": "category1",
"text": "гонки"
"text": "гонки",
"imgPath": "img_categories_1",
"category": "Race"
},
{
"image": "category2",
"text": "глубокий сюжет"
"text": "глубокий сюжет",
"imgPath": "img_categories_2",
"category": ""
},
{
"image": "category3",
"text": "симуляторы"
"text": "симуляторы",
"imgPath": "img_categories_3",
"category": "Simulators"
},
{
"image": "category4",
"text": "открытый мир"
"text": "открытый мир",
"imgPath": "img_categories_4",
"category": "RPG"
},
{
"image": "category5",
"text": "экшен"
"text": "экшен",
"imgPath": "img_categories_5",
"category": "Action"
},
{
"image": "category6",
"text": "стратегии"
"text": "стратегии",
"imgPath": "img_categories_6",
"category": "Strategies"
},
{
"image": "category7",
"text": "шутеры"
"text": "шутеры",
"imgPath": "img_categories_7",
"category": "Shooters"
},
{
"image": "category8",
"text": "приключения"
"text": "приключения",
"imgPath": "img_categories_8",
"category": "Adventures"
}
],
"news": [
{
"image": "news1",
"text": "Разработчики Delta Force: Hawk Ops представили крупномасштабный режим Havoc Warfare"
"text": "Разработчики Delta Force: Hawk Ops представили крупномасштабный режим Havoc Warfare",
"imgPath": "img_news_1"
},
{
"image": "news2",
"text": "Первый трейлер Assassins Creed Shadows — с темнокожим самураем в феодальной Японии"
"text": "Первый трейлер Assassins Creed Shadows — с темнокожим самураем в феодальной Японии",
"imgPath": "img_news_2"
},
{
"image": "news3",
"text": "Призрак Цусимы» вышел на ПК — и уже ставит рекорды для Sony"
"text": "Призрак Цусимы» вышел на ПК — и уже ставит рекорды для Sony",
"imgPath": "img_news_3"
},
{
"image": "news4",
"text": "Авторы Skull and Bones расширяют планы на второй сезо"
"text": "Авторы Skull and Bones расширяют планы на второй сезо",
"imgPath": "img_news_4"
}
]
}