mirror of
https://github.com/Crypto137/MHServerEmu
synced 2026-08-13 18:23:06 -04:00
Remove old store assets
This commit is contained in:
parent
61532af248
commit
e27a21aa4a
6 changed files with 1 additions and 20 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB |
|
|
@ -1,19 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Store Home</title>
|
||||
</head>
|
||||
<body>
|
||||
<table height="490px" style="background-color: black">
|
||||
<tr>
|
||||
<td width="660px" rowspan="3"><a onclick="myApi.OpenCatalogToItem('SpecialsPage', '')" href="#"><img src="./images/Carousel.png" style="width: 100%;" /></a></td>
|
||||
<td><a onclick="myApi.OpenCatalogToItem('HeroesPage', '')" href="#"><img src="./images/SideBanner_Heroes.png" alt=""/></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a onclick="myApi.OpenCatalogToItem('CostumesPage', '0x1CA0070')" href="#"><img src="./images/SideBanner_Costumes2.png" alt=""/></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a onclick="myApi.OpenCatalogToItem('BoostsPage', '')" href="#"><img src="./images/SideBanner_Items2.png" alt=""/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -4,7 +4,7 @@ Some of the in-game UI panels (TOS popup on login, store, community news) use a
|
|||
|
||||
## API Calls
|
||||
|
||||
Calls are generally made with onclick events (e.g. ```<a onclick="myApi.OpenCatalogToItem('HeroesPage', '')">```). You can find an example of a store home page [here](./../../assets/store/mhgame_store_home).
|
||||
Calls are generally made with onclick events (e.g. ```<a onclick="myApi.OpenCatalogToItem('HeroesPage', '')">```). You can find an example of a store home page [here](https://github.com/Crypto137/MHServerEmuWebAssets/tree/master/store).
|
||||
|
||||
| Call | Description |
|
||||
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue