|
15 | 15 | <div> |
16 | 16 | <div class="flex justify-between items-center"> |
17 | 17 | <img ngSrc="assets/img/icons8-minecraft-schwert-48.png" width="45" height="40"> |
18 | | - <p style="font-size: 35px;" class="ml-4">90</p> |
| 18 | + <p style="font-size: 35px;" class="ml-4">--</p> |
19 | 19 | </div> |
20 | 20 | <div class="flex justify-between items-center mt-4"> |
21 | 21 | <img ngSrc="assets/img/money.png" class="mr-5" width="45" height="40"> |
22 | | - <p style="font-size: 35px;" class="ml-4">2000$</p> |
| 22 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.money}}$</p> |
23 | 23 | </div> |
24 | 24 | <div class="flex justify-between items-center mt-4"> |
25 | 25 | <img ngSrc="assets/img/minecraft-food.png" width="45" height="40"> |
26 | | - <p style="font-size: 35px;" class="ml-4">7</p> |
| 26 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.foodLevel}}</p> |
27 | 27 | </div> |
28 | 28 | <div class="flex justify-between items-center mt-4"> |
29 | 29 | <img ngSrc="assets/img/experience-orb.webp" width="45" height="40"> |
30 | | - <p style="font-size: 35px;" class="ml-4">1300</p> |
| 30 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.exp}}</p> |
31 | 31 | </div> |
32 | 32 | </div> |
33 | 33 | <div class="inline-block h-[320px] min-h-[1em] w-0.5 self-stretch bg-black opacity-100"></div> |
34 | 34 | <div> |
35 | 35 | <div class="flex justify-between items-center"> |
36 | 36 | <img ngSrc="assets/img/Slimeball_JE2_BE2.webp" width="45" height="40"> |
37 | | - <p style="font-size: 35px;" class="ml-4">25</p> |
| 37 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.sfLevel}}</p> |
38 | 38 | </div> |
39 | 39 | <div class="flex justify-between items-center mt-4"> |
40 | 40 | <img ngSrc="assets/img/minecraft-diamond.webp" width="45" height="40"> |
41 | | - <p style="font-size: 35px;" class="ml-4">4</p> |
| 41 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.threatTier}}</p> |
42 | 42 | </div> |
43 | 43 | <div class="flex justify-between items-center mt-4"> |
44 | 44 | <img ngSrc="assets/img/crossed-swords.png" width="45" height="40"> |
45 | | - <p style="font-size: 35px;" class="ml-4">10</p> |
| 45 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.guildRank}}</p> |
46 | 46 | </div> |
47 | 47 | <div class="flex justify-between items-center mt-4"> |
48 | 48 | <img ngSrc="assets/img/medal.png" width="50" height="50"> |
49 | | - <p style="font-size: 35px;" class="ml-4">19</p> |
| 49 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.prestige}}</p> |
50 | 50 | </div> |
51 | 51 | </div> |
52 | 52 | <div class="inline-block h-[320px] min-h-[1em] w-0.5 self-stretch bg-black opacity-100"></div> |
53 | 53 | <div> |
54 | 54 | <div class="flex justify-between items-center"> |
55 | 55 | <img ngSrc="assets/img/mcmmo.jpeg" width="45" height="40"> |
56 | | - <p style="font-size: 35px;" class="ml-4">147</p> |
| 56 | + <p style="font-size: 35px;" class="ml-4">--</p> |
57 | 57 | </div> |
58 | 58 | <div class="flex justify-between items-center mt-4"> |
59 | 59 | <img ngSrc="assets/img/potion.webp" width="45" height="40"> |
60 | | - <p style="font-size: 35px;" class="ml-4">15</p> |
| 60 | + <p style="font-size: 35px;" class="ml-4">--</p> |
61 | 61 | </div> |
62 | 62 | <div class="flex justify-between items-center mt-4"> |
63 | 63 | <img ngSrc="assets/img/skills.png" width="50" height="60"> |
64 | | - <p style="font-size: 35px;" class="ml-4">73</p> |
| 64 | + <p style="font-size: 35px;" class="ml-4">--</p> |
65 | 65 | </div> |
66 | 66 | <div class="flex justify-between items-center mt-4"> |
67 | 67 | <p style="font-size: 35px;" class="ml-4 text-white" >.</p> |
|
72 | 72 | <h1 style="font-size: 30px">S1mple133</h1> |
73 | 73 | <div id="skinContainer"></div> |
74 | 74 | <div class="flex justify-between items-center mt-4"> |
75 | | - <img *ngFor="let i of [1,2,3,4,5,6,7]" ngSrc="assets/img/minecraft-heart.webp" width="35" height="35"> |
76 | | - <img *ngFor="let i of [1,2,3]" ngSrc="assets/img/minecraft-heart-black.png" width="35" height="35" > |
| 75 | + <img *ngFor="let i of heartRows" ngSrc="assets/img/minecraft-heart.webp" width="35" height="35"> |
| 76 | + <!--<img *ngFor="let i of [1,2,3]" ngSrc="assets/img/minecraft-heart-black.png" width="35" height="35" >--> |
77 | 77 | </div> |
78 | 78 | </div> |
79 | 79 | </div> |
|
0 commit comments