slight change to attribution overlay - show version and link to license too

This commit is contained in:
Iris Lightshard 2022-08-23 14:44:15 -06:00
parent 0b8f67c7b5
commit 4247dd822b
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
const helpLink = "<br><a target='_blank' href='https://nilfm.cc/git/onyx-scry/about'>ONYX/scry manual</a>"; const helpLink = "<br>ONYX/scry v0.1.0 [ <a target='_blank' href='https://nilfm.cc/git/onyx-scry/about/LICENSE'>license</a> | <a target='_blank' href='https://nilfm.cc/git/onyx-scry/about'>manual</a> ]";
function init(): void { function init(): void {

View file

@ -1169,7 +1169,7 @@ class MapHandler {
} }
} }
MapHandler.instance = null; MapHandler.instance = null;
const helpLink = "<br><a target='_blank' href='https://nilfm.cc/git/onyx-scry/about'>ONYX/scry manual</a>"; const helpLink = "<br>ONYX/scry v0.1 [ <a target='_blank' href='https://nilfm.cc/git/onyx-scry/about/LICENSE'>license</a> | <a target='_blank' href='https://nilfm.cc/git/onyx-scry/about'>manual</a> ]";
function init() { function init() {
var _a; var _a;
let overlays = (_a = OverlayState.load()) !== null && _a !== void 0 ? _a : new OverlayState(); let overlays = (_a = OverlayState.load()) !== null && _a !== void 0 ? _a : new OverlayState();