Removed window as central storage, added Store class to be central memory store

This commit is contained in:
2021-11-22 20:38:24 -06:00
parent 3a269cbaae
commit a4dd375511
13 changed files with 109 additions and 85 deletions

View File

@@ -15,7 +15,7 @@ class W3DHub
@main_thread_queue = []
window.application_manager.auto_import
Store.application_manager.auto_import
theme(W3DHub::THEME)
@@ -118,7 +118,7 @@ class W3DHub
end
end
if window.account
if Store.account
page(W3DHub::Pages::Login)
else
page(W3DHub::Pages::Games)