mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Refactoring of new UI
This commit is contained in:
@@ -31,8 +31,8 @@ end
|
||||
class UI::BPShopVisuals < UI::MartVisuals
|
||||
def initialize_item_list
|
||||
@sprites[:item_list] = UI::BPShopVisualsList.new(@stock, 152, 10, 374, 38 + (ITEMS_VISIBLE * 32), @viewport)
|
||||
@sprites[:item_list].expensive_base_color = TEXT_COLOR_THEMES[:expensive][0]
|
||||
@sprites[:item_list].expensive_shadow_color = TEXT_COLOR_THEMES[:expensive][1]
|
||||
@sprites[:item_list].expensive_base_color = get_text_color_theme(:expensive)[0]
|
||||
@sprites[:item_list].expensive_shadow_color = get_text_color_theme(:expensive)[1]
|
||||
@sprites[:item_list].active = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user