level editor functional

This commit is contained in:
Hash Borgir
2023-09-10 20:02:58 -06:00
parent 59c8e1ecfe
commit 974de24f6f
8 changed files with 144 additions and 163 deletions

View File

@@ -47,7 +47,10 @@ header("Content-Type: text/html");
<html>
<head>
<title>Drop Chances Table</title>
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/res/bootstrap.min.css">
<script src="/res/jquery-3.5.1.min.js"></script>
<script src="/res/popper.min.js"></script>
<script src="/res/bootstrap.min.js"></script>
<script>
$(document).ready(function () {
$('input.no-drop, input.prob').on('input', function () {