Skip to content

Commit

Permalink
add bank popup border
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Aug 2, 2024
1 parent b14c6e6 commit 4e1e2bc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/overrides/backwards-map.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ bank.inventory.rune_pouch.border.inner=bank_options_border_bank_fillers_inner
bank.inventory.rune_pouch.border.outer=bank_options_border_bank_fillers_outer
bank.menu.border.inner=bank_options_border_bank_fillers_inner
bank.menu.border.outer=bank_options_border_bank_fillers_outer
bank.popup.border.inner=bank_options_border_bank_fillers_inner
bank.popup.border.outer=bank_options_border_bank_fillers_outer
bank.separator=bank_tab_underline
bonds_pouch.border.inner=bank_options_border_bank_fillers_inner
bonds_pouch.border.outer=bank_options_border_bank_fillers_outer
Expand Down
18 changes: 18 additions & 0 deletions src/main/resources/overrides/overrides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,24 @@ dynamicChildren=[1]
children=[47]
dynamicChildren=[171]

[bank.popup]
interface=289

[bank.popup.border]
scripts=[4212]

[bank.popup.border.inner]
children=[5]
dynamicChildren=[1]
color=0x474745
opacity=0

[bank.popup.border.outer]
children=[5]
dynamicChildren=[0]
color=0xe0e0c
opacity=0

########################################

[bonds_pouch]
Expand Down

0 comments on commit 4e1e2bc

Please sign in to comment.