bot propelMove

This commit is contained in:
STEINNI
2025-12-11 20:57:20 +00:00
parent 122861dbee
commit 0b708c2dbd
22 changed files with 221 additions and 17442 deletions
+3
View File
@@ -18,6 +18,8 @@ class EICAppTemplate extends WindozDomContent {
// todo : replace with something more dynamic
this.loadAppMenu('global/app-menu-map.json');
new app.LoadedClasses.HelperBot('.helperBotCanvas')
}
onGlobalResize() { WindozController.resize(); }
@@ -117,6 +119,7 @@ class EICAppTemplate extends WindozDomContent {
onBusConnected() { this.userIcon.online = true; }
onBusClosed() { this.userIcon.online = false; }
}
app.registerClass('EICAppTemplate', EICAppTemplate);