g3 console init

This commit is contained in:
Dhanji Prasanna
2025-11-07 09:25:17 +11:00
parent aaf918828f
commit cb43fcdecf
24 changed files with 2860 additions and 498 deletions

View File

@@ -49,3 +49,6 @@ const state = {
this.save();
}
};
// Expose to window for global access
window.state = state;