Skip to content

Commit

Permalink
Improve keypopup
Browse files Browse the repository at this point in the history
  • Loading branch information
x-sheep committed Feb 1, 2025
1 parent 2ebdc0e commit c4f3d5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src-ui/js/ui/KeyPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ ui.keypopup = {
nibunnogo: [4, 0],
mintonette: [10, 0],
balloon: [10, 0],
orbital: [10, 0]
orbital: [124, 0]
},

//---------------------------------------------------------------------------
Expand Down Expand Up @@ -880,6 +880,7 @@ ui.keypopup = {
},

generate_trainstations: function(mode) {
var orbital = ui.puzzle.pid === "orbital";
this.generate_main(
[
"0",
Expand All @@ -893,8 +894,8 @@ ui.keypopup = {
"8",
"9",
" ",
["-", "?"],
["q", "╋"]
["-", orbital ? "●" : "?"],
["q", orbital ? "○" : "╋"]
],
4
);
Expand Down

0 comments on commit c4f3d5d

Please sign in to comment.