slight change to attribution overlay - show version and link to license too
This commit is contained in:
parent
0b8f67c7b5
commit
4247dd822b
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -1169,7 +1169,7 @@ class MapHandler {
|
|||
}
|
||||
}
|
||||
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() {
|
||||
var _a;
|
||||
let overlays = (_a = OverlayState.load()) !== null && _a !== void 0 ? _a : new OverlayState();
|
||||
|
|
Loading…
Reference in a new issue