Jubeat prop support, multi-DLL support, remove globals, dynamic UI creation, fix SDVX score

This commit is contained in:
William Toohey
2017-02-08 16:22:19 +10:00
parent 6fb581f44b
commit 2c5a91dcea
6 changed files with 154 additions and 86 deletions
+1 -7
View File
@@ -10,7 +10,7 @@
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function() {
DllPatcher("bm2dx", [
new DllPatcher("bm2dx", [
{
name : "Timer Freeze",
shortname : "freeze",
@@ -78,11 +78,5 @@
</head>
<body>
<h1>IIDX Copula DLL Modder</h1>
<input class="fileInput" type="file" name="files[]" id="file" />
<label for="file"><strong>Choose a file</strong> or drag and drop.</label>
<div id="success"></div>
<div id="error"></div>
<div id="patches"></div>
<button id="save" onclick="saveDll();">Save DLL</button>
</body>
</html>