summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-20 03:50:44 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-20 03:50:44 -0500
commit40bf0fb9863fbc9b3d7c3a8a8b6efb596881815a (patch)
tree500945c7eb712912b93dc941ca816748e2e3fc5b /index.html
parent7bcb24e5b2cad3f04c6897ad84184d92c6335653 (diff)
Widget sets (Button Select not yet implemented)
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index c075753..2cc253b 100644
--- a/index.html
+++ b/index.html
@@ -37,6 +37,7 @@
<script src="scripts/gui-common/color.js"></script>
<script src="scripts/gui-common/widgets.js"></script>
+ <script src="scripts/gui-common/widget-set.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>