Skip to content

Commit

Permalink
Fix chat menu width
Browse files Browse the repository at this point in the history
Tweak second_explosion quest
  • Loading branch information
alesan99 committed Apr 6, 2024
1 parent f493bac commit 8ca35ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/assets/quests/second_explosion.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"progressDescriptionSlotRequirement": [
false,
false,
false
0,
1
],

"progressStart": [0,0,0],
Expand Down
2 changes: 1 addition & 1 deletion website/game/menu/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MENUS["chatMenu"] = new class extends Menu {
//Initialize
constructor () {
super(202,525, 620,51)
super(202,525, 660,51)
}

load() {
Expand Down

0 comments on commit 8ca35ec

Please sign in to comment.