1
0
2023-04-04 23:17:52 +02:00

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