Skip to content

Commit

Permalink
add forestry shop
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Jun 8, 2024
1 parent 9b47541 commit 4d7c4d4
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/overrides/backwards-map.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ forestry_kit.body.border.outer=combat_choose_spell_outer
forestry_kit.info.background=combat_choose_spell_background
forestry_kit.info.border.inner=combat_choose_spell_inner
forestry_kit.info.border.outer=combat_choose_spell_outer
forestry_shop.body.background=combat_choose_spell_background
forestry_shop.body.border.inner=combat_choose_spell_inner
forestry_shop.body.border.outer=combat_choose_spell_outer
forestry_shop.dropdown.border.inner=options_controls_dropdown_border_inner
forestry_shop.dropdown.border.outer=options_controls_dropdown_border_outer
forestry_shop.info.background=combat_choose_spell_background
forestry_shop.info.border.inner=combat_choose_spell_inner
forestry_shop.info.border.outer=combat_choose_spell_outer
forestry_shop.menu.border.inner=ge_border_offer_buy_offer_full_inner
forestry_shop.menu.border.outer=ge_border_offer_buy_offer_full_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 Down
75 changes: 75 additions & 0 deletions src/main/resources/overrides/overrides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,81 @@ dynamicChildren=[0]

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

[forestry_shop]
interface=819

[forestry_shop.body]
scripts=[7146]

[forestry_shop.dropdown]
scripts=[7156]

[forestry_shop.info]
scripts=[7146]

[forestry_shop.menu]
scripts=[7146]

[forestry_shop.body.background]
children=[12]
color=0x000000
opacity=200

[forestry_shop.body.border.inner]
children=[32]
color=0x474745
opacity=0
dynamicChildren=[1]

[forestry_shop.body.border.outer]
children=[32]
color=0xe0e0c
opacity=0
dynamicChildren=[0]

[forestry_shop.dropdown.border.inner]
children=[35]
color=0x474745
opacity=0
dynamicChildren=[1]

[forestry_shop.dropdown.border.outer]
children=[35]
color=0xe0e0c
opacity=0
dynamicChildren=[0]

[forestry_shop.info.background]
children=[20]
color=0x000000
opacity=200

[forestry_shop.info.border.inner]
children=[29]
color=0x474745
opacity=0
dynamicChildren=[1]

[forestry_shop.info.border.outer]
children=[29]
color=0xe0e0c
opacity=0
dynamicChildren=[0]

[forestry_shop.menu.border.inner]
children=[9]
color=0x474745
opacity=0
dynamicChildren=[2]

[forestry_shop.menu.border.outer]
children=[9]
color=0xe0e0c
opacity=0
dynamicChildren=[1]

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

[friends_chat]
interface=7
scripts=[1658]
Expand Down

0 comments on commit 4d7c4d4

Please sign in to comment.