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

@@ -76,11 +76,10 @@ unset($output[0]);
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Level Viz/Warp Editor</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></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>
<style>
.viz {
background-color: #fafafa;
@@ -136,7 +135,6 @@ unset($output[0]);
<?php endforeach; ?>
</tbody>
</table>
<script>
$("select[name^='Vis'], select[name^='Warp']").change(function () {
var levelId = $(this).data('id');