Skip to content

Commit

Permalink
add lectern popup
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Jun 7, 2024
1 parent face1eb commit 53b4bc2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/overrides/backwards-map.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ chatbox.separator=chatbox_seperator_line
choose_spell.background=combat_choose_spell_background
choose_spell.border.inner=combat_choose_spell_inner
choose_spell.border.outer=combat_choose_spell_outer
costumes.border.inner=bank_options_border_bank_fillers_inner
costumes.border.outer=bank_options_border_bank_fillers_outer
friends_chat.border.inner=friends_chat_border_full_inner
friends_chat.border.outer=friends_chat_border_full_outer
friends_chat.header.border.inner=friends_chat_border_top_inner
Expand All @@ -31,10 +33,16 @@ ignore_list.header.border.outer=ignore_top_line_below
item_search.background=ge_chatbox_buy_search_background
item_search.border.inner=ge_chatbox_buy_search_border_inner
item_search.border.outer=ge_chatbox_buy_search_border_outer
jewellery_box.border.inner=ge_chatbox_buy_search_border_inner
jewellery_box.border.outer=ge_chatbox_buy_search_border_outer
lectern.border.inner=ge_chatbox_buy_search_border_inner
lectern.border.outer=ge_chatbox_buy_search_border_outer
kept_on_death.border.inner=items_kept_on_death_border_inner
kept_on_death.border.outer=items_kept_on_death_border_outer
make_all.background=make_all_background_hover
make_all.quantity=make_all_quantity_selected
pet_house.border.inner=ge_chatbox_buy_search_border_inner
pet_house.border.outer=ge_chatbox_buy_search_border_outer
quest_list.background=combat_choose_spell_background
quest_tab.separator=quest_tab_tabs_underline
rune_pouch.border.inner=bank_options_border_bank_fillers_inner
Expand Down
34 changes: 34 additions & 0 deletions src/main/resources/overrides/overrides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,40 @@ dynamicChildren=[1, 5]
color=0x474745
opacity=0

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

[lectern]
interface=403

[lectern.border]
scripts=[3586]
type=3

[lectern.border.inner]
color=0xe0e0c
opacity=0

[lectern.border.outer]
color=0x474745
opacity=0

[lectern.border.inner.tablets]
children=[15]
dynamicChildren=[1]

[lectern.border.outer.tablets]
children=[15]
dynamicChildren=[0]

[lectern.border.inner.ingredients]
children=[11]
dynamicChildren=[1, 10, 13]

[lectern.border.outer.ingredients]
children=[11]
dynamicChildren=[0, 9, 12]


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

[make_all]
Expand Down

0 comments on commit 53b4bc2

Please sign in to comment.