7 lines
212 B
JavaScript
7 lines
212 B
JavaScript
import document from "document";
|
|
import * as healthOverlay from "healthOverlay.js"
|
|
|
|
console.log("App Started");
|
|
|
|
healthOverlay.init();
|
|
healthOverlay.continuousUpdate(1000); // update every 2 seconds while visible
|