|  | 
| 17 | 17 | 
 | 
| 18 | 18 |     <script defer src="//unpkg.com/docsify@4.13.1/lib/docsify.min.js"></script> | 
| 19 | 19 |     <script defer src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-csharp.min.js"></script> | 
|  | 20 | +    <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script> | 
| 20 | 21 | 
 | 
| 21 | 22 |     <link rel="icon" type="image/x-icon" href="/favicon.png" /> | 
| 22 | 23 | 
 | 
| 23 |  | - | 
| 24 | 24 |     <link rel="stylesheet" href="/styles/syntax-coloring.css" /> | 
| 25 | 25 |     <link rel="stylesheet" href="/styles/content.css" /> | 
| 26 | 26 |     <link rel="stylesheet" href="/styles/navbar.css" /> | 
|  | 
| 30 | 30 | 
 | 
| 31 | 31 |     <link rel="preconnect" href="https://fonts.googleapis.com" /> | 
| 32 | 32 |     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | 
| 33 |  | -    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> | 
|  | 33 | +    <link rel="stylesheet" | 
|  | 34 | +        href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" /> | 
| 34 | 35 |     <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" /> | 
| 35 | 36 | </head> | 
| 36 | 37 | 
 | 
|  | 
| 43 | 44 |                 <li><a href="/Documentation/">Documentation</a></li> | 
| 44 | 45 |                 <li><a href="/Api/LDtk/">Api</a></li> | 
| 45 | 46 |                 <li><a href="/Changelog">Changelog</a></li> | 
| 46 |  | -                <li><a href="https://ldtk.io/json/#ldtk-ProjectJson">Json</a></li> | 
|  | 47 | +                <li> | 
|  | 48 | +                    <a href="https://ldtk.io/json/#ldtk-ProjectJson">Json</a> | 
|  | 49 | +                </li> | 
| 47 | 50 |             </ul> | 
| 48 | 51 |             <div class="icon-navbar"> | 
| 49 |  | -                <a href="https://ldtk.io/"><img src="/ldtk.png" class="icon" /></a> | 
| 50 |  | -                <a href="https://github.com/IrishBruse/LDtkMonogame"><img src="https://ldtk.io/wp-content/themes/ldtk/icons/github.svg" alt="Github" class="icon"></a> | 
| 51 |  | -                <a href="https://ldtk.io/go/discord"><img src="https://ldtk.io/wp-content/themes/ldtk/icons/discord.svg" alt="Discord" class="icon"></a> | 
|  | 52 | +                <a href="https://ldtk.io/"> | 
|  | 53 | +                    <img src="/ldtk.png" class="icon" /> | 
|  | 54 | +                </a> | 
|  | 55 | +                <a href="https://github.com/IrishBruse/LDtkMonogame"> | 
|  | 56 | +                    <img src="https://ldtk.io/wp-content/themes/ldtk/icons/github.svg" alt="Github" class="icon" /> | 
|  | 57 | +                </a> | 
|  | 58 | +                <a href="https://ldtk.io/go/discord"> | 
|  | 59 | +                    <img src="https://ldtk.io/wp-content/themes/ldtk/icons/discord.svg" alt="Discord" class="icon" /> | 
|  | 60 | +                </a> | 
| 52 | 61 |             </div> | 
| 53 | 62 |         </div> | 
| 54 | 63 |     </nav> | 
|  | 
0 commit comments