Skip to content

Commit

Permalink
shop
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Apr 25, 2024
1 parent 8a1629b commit 4ff0312
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/app/shop-updates/shop-updates.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ export class ShopUpdatesComponent implements OnInit {

wheel = [
{
date: "19/04/2024",
date: "26/04/2024",
items: [
{
name: "Mini Pet 'Lucky Brown Dragon'",
img: "../assets/img/shop-updates/NewMiniPet.png"
name: "Eternal",
img: "../assets/img/shop-updates/Eternal.png"
},
{
name: "Knight Mask",
img: "../assets/img/helmets-masks/KnightMask.png"
name: "Dragon Wings Swapper Box",
img: ""
},
{
name: "Knight Helmet",
img: "../assets/img/helmets-masks/KnightHelmet.png"
name: "Puppet Master Costume Set",
img: "../assets/img/costumes/all-sets/buffs/puppet_master_buffs.png"
},
{
name: "Monocle",
img: "../assets/img/helmets-masks/Monocle.png"
name: "Candy Cake Mount (Speed 36)",
img: "../assets/img/shop-updates/CandyMount.png"
},
{
name: "Oracle" ,
img: "../assets/img/helmets-masks/Oracle.png"
name: "Mini Pet 'Lucky Brown Dragon' (Infinity Premium)" ,
img: "../assets/img/shop-updates/InfinityPremium.png"
},

]
Expand All @@ -38,29 +38,29 @@ export class ShopUpdatesComponent implements OnInit {

randomBox = [
{
date: "19/04/2024",
date: "26/04/2024",
boxName : " 'Random Boxes' ",
mainItem: "Mini Asgobas",
mainItemImg: "../../assets/img/shop_updates/box_asgo.png",
mainItems: [
{
name: "Mini Alzanor Random Box",
name: "Shooting Star Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Mini Valehir Random Box",
name: "Mini Pet 'Black Dragon' Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Mini Asgobas Random Box",
name: "Mini Pet 'Gryphon' Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Tree Wings Random Box",
name: "Mini Pet 'Phoenix' Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Knight Costume Set Random Box",
name: "Mini Pet 'Blue Phoenix' Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
}

Expand Down
Binary file added src/assets/img/shop-updates/CandyMount.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/shop-updates/Eternal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/shop-updates/InfinityPremium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ff0312

Please sign in to comment.