This commit is contained in:
slweeb 2024-08-06 15:51:28 -04:00
parent 10e4742ab7
commit 80dc845524
2 changed files with 5 additions and 4 deletions

View File

@ -15060,12 +15060,12 @@ behaviorRules = {
categoryButton.setAttribute("current", true);
}
function setView(n) {
if (viewInfo[n]) {
view = n;
}
else { // reset view
if (!viewInfo[n] || n === 1) { // reset view
view = null;
}
else {
view = n;
}
}
function centerMouse() {
mousePos = {x:width/2,y:height/2};

View File

@ -347,6 +347,7 @@
<tr><td>food_mods.js</td><td>A mod combining most food mods</td><td>stefanblox, moss, Tisquares, SquareScreamYT, Adora, pixelegend4, Alice, Nubo318, Clide4, rottenEgghead</td></tr>
<!----><tr><td class="modCat" colspan="3">Technical Libraries & Tests</td></tr><!---->
<tr><td>1.10example.js</td><td>Examples for modern rendering modding and more</td><td><a href="https://R74n.com" class="R74nLink">R74n</a></td></tr>
<tr><td>a_bundle_of_tests.js</td><td>Several test functions</td><td>Alice</td></tr>
<tr><td>all_stain.js</td><td>Makes every element stain solids</td><td>stefanblox</td></tr>
<tr><td>betterMenuScreens.js</td><td>Library for mods to create their own menus</td><td>ggod</td></tr>