Skip to content

Commit

Permalink
Fixed pickup attribute, added custom splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmjack committed Jul 27, 2023
1 parent 03c787f commit 362d9ed
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4,787 deletions.
1 change: 0 additions & 1 deletion app/document/tools/cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ class Cursor {

attribute_under_cursor() {
const block = doc.at(this.x, this.y);
statusbar.status_bar_info(dx - sx + 1, dy - sy + 1, doc.at(this.x, this.y));
palette.fg = block.fg;
palette.bg = block.bg;
}
Expand Down
2 changes: 1 addition & 1 deletion app/windows/splash_screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ document.addEventListener("DOMContentLoaded", () => {
document.body.addEventListener("keydown", body_key_down, true);
document.getElementById("server").addEventListener("keydown", key_down, true);
document.getElementById("pass").addEventListener("keydown", key_down, true);
libtextmode.animate({ file: `${ans_path}lmn-moebiusX.xb`, ctx: document.getElementById("splash_terminal").getContext("2d") });
libtextmode.animate({ file: `${ans_path}gj-moebiusX.xb`, ctx: document.getElementById("splash_terminal").getContext("2d") });
});

electron.ipcRenderer.on("saved_server", (event, { server, pass }) => {
Expand Down
Binary file modified build/ans/cheatsheet.ans
Binary file not shown.
Binary file added build/ans/gj-moebiusX.xb
Binary file not shown.
Loading

0 comments on commit 362d9ed

Please sign in to comment.