Added base modals and 'finished' menus

This commit is contained in:
ION606
2023-04-14 16:52:56 -04:00
parent 410473ecf8
commit ed16d4aeca
8 changed files with 67 additions and 12 deletions
+1
View File
@@ -21,6 +21,7 @@ class interactionOptions {
focused;
constructor(o) {
console.log(o);
for (const k in this) {
if (o[k]) this[k] = o[k];
}