@@ -18,16 +18,15 @@ <h1 class="uk-heading-medium" id="connecting">Connecting to game...</h1>
1818 < h2 class ="uk-heading-small "> Overview</ h2 >
1919 < p class ="uk-text-lead ">
2020 Welcome to the dashboard! Here you can control the game like you want.
21- Keep in mind that this tool is for modding, and the other tools are made for
21+ Keep in mind that this tool is for < br > modding</ br > , and the other tools are made for
2222 < b > debugging mods</ b > . You can use them for other purpose but
2323 while using them keep in mind that their main purpose is modding.
2424 </ p >
2525 </ li >
2626 < li id ="mods ">
27- < h2 class ="uk-heading-small "> Mod Loader </ h2 >
27+ < h2 class ="uk-heading-small "> Mod Manager </ h2 >
2828 < button class ="uk-button-primary " id ="selectMod "> Load Mod</ button >
2929 < input type ="file " id ="fileInput " hidden > </ input >
30- < a href ="# " uk-switcher-item ="next "> Go to Scene Switcher</ a >
3130 </ li >
3231 < li id ="scenes ">
3332 < h2 class ="uk-heading-small "> Scene switcher</ h2 >
@@ -42,6 +41,38 @@ <h2 class="uk-heading-small">Settings</h2>
4241 < a href ="# " uk-switcher-item ="previous "> Go to Scene Switcher</ a >
4342 </ li >
4443 </ ul >
44+
45+ <!-- Modals For Modloading -->
46+ < div id ="modload-modal " class ="uk-modal-full uk-background-muted " esc-close ="false " bg-close ="false " uk-modal >
47+ < div class ="uk-modal-dialog uk-modal-body uk-margin-auto-vertical ">
48+ < div class ="uk-grid-collapse uk-child-width-1-2@s uk-flex-middle " uk-grid >
49+ < div class ="uk-padding-large ">
50+ < h1 > Mod Loading...</ h1 >
51+ < p id ="modload-currentAction " class ="uk-center "> Loading mod...</ p >
52+ < progress id ="modload-progress " class ="uk-progress " value ="0 " max ="3 "> </ progress >
53+ </ div >
54+ </ div >
55+ </ div >
56+ </ div >
57+
58+ < div id ="modload-error-modal " class ="uk-modal-full uk-background-muted " uk-modal >
59+ < div class ="uk-modal-dialog uk-modal-body uk-margin-auto-vertical ">
60+ < div class ="uk-grid-collapse uk-child-width-1-2@s uk-flex-middle " uk-grid >
61+ < div class ="uk-padding-large ">
62+ < h2 > Error While Loding Mod</ h2 >
63+ < ul uk-accordion >
64+ < li >
65+ < a class ="uk-accordion-title " href ="# "> Show Error</ a >
66+ < div class ="uk-accordion-content ">
67+ < p id ="modload-error "> Error.</ p >
68+ </ div >
69+ </ li >
70+ </ ul >
71+ < button class ="uk-modal-close "> Ok</ button >
72+ </ div >
73+ </ div >
74+ </ div >
75+ </ div >
4576
4677 <!-- Additional Scripts -->
4778 < script src ="../vendor/uikit.min.js "> </ script >
0 commit comments