Skip to content

Commit

Permalink
Default setting hudColor and bind.arrowDown change
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Sep 30, 2023
1 parent 275f39a commit df48fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/assets/js/Setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class Setting {
crosshairColor: '#d31b1b',
crosshairSize: 40,
flashBangColor: '#FFFFFF',
hudColor: '#ff8e8e',
hudColor: '#d55151',
hudColorShadow: '#626262',
scopeSize: '2px',
preferPerformance: false,
Expand Down Expand Up @@ -57,7 +57,7 @@ export class Setting {
'ArrowLeft': `buy ${BuyMenuItem.RIFLE_AK},${BuyMenuItem.RIFLE_M4A4}`,
'ArrowRight': `buy ${BuyMenuItem.RIFLE_AWP}`,
'ArrowUp': `buy ${BuyMenuItem.DEFUSE_KIT}`,
'ArrowDown': `buy ${BuyMenuItem.KEVLAR_BODY_AND_HEAD}`,
'ArrowDown': `buy ${BuyMenuItem.KEVLAR_BODY},${BuyMenuItem.KEVLAR_BODY_AND_HEAD}`,
'Delete': `buy ${BuyMenuItem.KEVLAR_BODY}`,
'End': `buy ${BuyMenuItem.PISTOL_P250}`,
'Home': `buy ${BuyMenuItem.GRENADE_HE}`,
Expand Down

0 comments on commit df48fbc

Please sign in to comment.