mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
b5a2104ca5
functional group member indicators adjust visuals z-comparison
403 lines
20 KiB
Rust
403 lines
20 KiB
Rust
use crate::ui::img_ids::{BlankGraphic, ImageGraphic, VoxelPixArtGraphic};
|
|
|
|
// TODO: Combine with image_ids, see macro definition
|
|
rotation_image_ids! {
|
|
pub struct ImgsRot {
|
|
<VoxelGraphic>
|
|
|
|
<ImageGraphic>
|
|
indicator_mmap_small: "voxygen.element.buttons.indicator_mmap",
|
|
// Tooltip Test
|
|
tt_side: "voxygen/element/frames/tt_test_edge",
|
|
tt_corner: "voxygen/element/frames/tt_test_corner_tr",
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
<VoxelPixArtGraphic>
|
|
}
|
|
}
|
|
|
|
image_ids! {
|
|
pub struct Imgs {
|
|
<VoxelGraphic>
|
|
// Missing: Buff Frame Animation .gif ?! we could do animation in ui.maintain, or in shader?
|
|
////////////////////////////////////////////////////////////////////////
|
|
<VoxelPixArtGraphic>
|
|
// Icons
|
|
flower: "voxygen.element.icons.item_flower",
|
|
grass: "voxygen.element.icons.item_grass",
|
|
|
|
// Checkboxes and Radio buttons
|
|
check: "voxygen.element.buttons.radio.inactive",
|
|
check_mo: "voxygen.element.buttons.radio.inactive_hover",
|
|
check_press: "voxygen.element.buttons.radio.press",
|
|
check_checked: "voxygen.element.buttons.radio.active",
|
|
check_checked_mo: "voxygen.element.buttons.radio.hover",
|
|
checkbox: "voxygen.element.buttons.checkbox.inactive",
|
|
checkbox_mo: "voxygen.element.buttons.checkbox.inactive_hover",
|
|
checkbox_press: "voxygen.element.buttons.checkbox.press",
|
|
checkbox_checked: "voxygen.element.buttons.checkbox.active",
|
|
checkbox_checked_mo: "voxygen.element.buttons.checkbox.hover",
|
|
|
|
// Charwindow
|
|
xp_charwindow: "voxygen.element.frames.xp_charwindow",
|
|
divider: "voxygen.element.frames.divider_charwindow",
|
|
|
|
// Items
|
|
potion_red: "voxygen.voxel.object.potion_red",
|
|
potion_green: "voxygen.voxel.object.potion_green",
|
|
potion_blue: "voxygen.voxel.object.potion_blue",
|
|
key: "voxygen.voxel.object.key",
|
|
key_gold: "voxygen.voxel.object.key_gold",
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
<ImageGraphic>
|
|
// Selection Frame
|
|
selection: "voxygen.element.frames.selection",
|
|
selection_hover: "voxygen.element.frames.selection_hover",
|
|
selection_press: "voxygen.element.frames.selection_press",
|
|
|
|
// Social Window
|
|
social_frame_on: "voxygen.element.misc_bg.social_frame",
|
|
social_bg_on: "voxygen.element.misc_bg.social_bg",
|
|
social_frame_friends: "voxygen.element.misc_bg.social_frame",
|
|
social_bg_friends: "voxygen.element.misc_bg.social_bg",
|
|
social_frame_fact: "voxygen.element.misc_bg.social_frame",
|
|
social_bg_fact: "voxygen.element.misc_bg.social_bg",
|
|
social_tab_act: "voxygen.element.buttons.social_tab_active",
|
|
social_tab_online: "voxygen.element.misc_bg.social_tab_online",
|
|
social_tab_inact: "voxygen.element.buttons.social_tab_inactive",
|
|
social_tab_inact_hover: "voxygen.element.buttons.social_tab_inactive",
|
|
social_tab_inact_press: "voxygen.element.buttons.social_tab_inactive",
|
|
|
|
// Crafting Window
|
|
crafting_window: "voxygen.element.misc_bg.crafting",
|
|
crafting_frame: "voxygen.element.misc_bg.crafting_frame",
|
|
crafting_icon_bordered: "voxygen.element.icons.anvil",
|
|
crafting_icon: "voxygen.element.buttons.anvil",
|
|
crafting_icon_hover: "voxygen.element.buttons.anvil_hover",
|
|
crafting_icon_press: "voxygen.element.buttons.anvil_press",
|
|
|
|
// Group Window
|
|
member_frame: "voxygen.element.frames.group_member_frame",
|
|
member_bg: "voxygen.element.frames.group_member_bg",
|
|
|
|
// Chat-Arrows
|
|
chat_arrow: "voxygen.element.buttons.arrow_down",
|
|
chat_arrow_mo: "voxygen.element.buttons.arrow_down_hover",
|
|
chat_arrow_press: "voxygen.element.buttons.arrow_down_press",
|
|
|
|
// Settings Window
|
|
settings_button: "voxygen.element.buttons.settings_button",
|
|
settings_button_pressed: "voxygen.element.buttons.settings_button_pressed",
|
|
settings_button_hover: "voxygen.element.buttons.settings_button_hover",
|
|
settings_button_press: "voxygen.element.buttons.settings_button_press",
|
|
|
|
quest_bg: "voxygen.element.misc_bg.temp_quest_bg",
|
|
|
|
// Slider
|
|
slider: "voxygen.element.slider.track",
|
|
slider_indicator: "voxygen.element.slider.indicator",
|
|
slider_indicator_small: "voxygen.element.slider.indicator_round",
|
|
|
|
// Buttons
|
|
settings: "voxygen.element.buttons.settings",
|
|
settings_hover: "voxygen.element.buttons.settings_hover",
|
|
settings_press: "voxygen.element.buttons.settings_press",
|
|
|
|
social: "voxygen.element.buttons.social",
|
|
social_hover: "voxygen.element.buttons.social_hover",
|
|
social_press: "voxygen.element.buttons.social_press",
|
|
|
|
map_button: "voxygen.element.buttons.map",
|
|
map_hover: "voxygen.element.buttons.map_hover",
|
|
map_press: "voxygen.element.buttons.map_press",
|
|
|
|
spellbook_button: "voxygen.element.buttons.spellbook",
|
|
spellbook_hover: "voxygen.element.buttons.spellbook_hover",
|
|
spellbook_press: "voxygen.element.buttons.spellbook_press",
|
|
|
|
group_icon: "voxygen.element.buttons.group",
|
|
group_icon_hover: "voxygen.element.buttons.group_hover",
|
|
group_icon_press: "voxygen.element.buttons.group_press",
|
|
|
|
// Skill Icons
|
|
twohsword_m1: "voxygen.element.icons.2hsword_m1",
|
|
twohsword_m2: "voxygen.element.icons.2hsword_m2",
|
|
onehdagger_m1: "voxygen.element.icons.daggers",
|
|
onehdagger_m2: "voxygen.element.icons.skill_slice_2",
|
|
onehshield_m1: "voxygen.element.icons.swordshield",
|
|
onehshield_m2: "voxygen.element.icons.character",
|
|
twohhammer_m1: "voxygen.element.icons.2hhammer_m1",
|
|
twohhammer_m2: "voxygen.element.icons.2hhammer_m2",
|
|
twohaxe_m1: "voxygen.element.icons.2haxe_m1",
|
|
twohaxe_m2: "voxygen.element.icons.2haxe_m2",
|
|
bow_m1: "voxygen.element.icons.bow_m1",
|
|
bow_m2: "voxygen.element.icons.bow_m2",
|
|
staff_melee: "voxygen.element.icons.staff_m1",
|
|
fireball: "voxygen.element.icons.staff_m2",
|
|
flyingrod_m1: "voxygen.element.icons.debug_wand_m1",
|
|
flyingrod_m2: "voxygen.element.icons.debug_wand_m2",
|
|
sword_pierce: "voxygen.element.icons.skill_sword_pierce",
|
|
hammergolf: "voxygen.element.icons.skill_hammergolf",
|
|
axespin: "voxygen.element.icons.skill_axespin",
|
|
fire_aoe: "voxygen.element.icons.skill_fire_aoe",
|
|
flamethrower: "voxygen.element.icons.skill_flamethrower",
|
|
|
|
// Skillbar
|
|
level_up: "voxygen.element.misc_bg.level_up",
|
|
level_down:"voxygen.element.misc_bg.level_down",
|
|
bar_content: "voxygen.element.skillbar.bar_content",
|
|
skillbar_bg: "voxygen.element.skillbar.bg",
|
|
skillbar_frame: "voxygen.element.skillbar.frame",
|
|
m1_ico: "voxygen.element.icons.m1",
|
|
m2_ico: "voxygen.element.icons.m2",
|
|
m_scroll_ico: "voxygen.element.icons.m_scroll",
|
|
m_move_ico: "voxygen.element.icons.m_move",
|
|
|
|
// Other Icons/Art
|
|
skull: "voxygen.element.icons.skull",
|
|
skull_2: "voxygen.element.icons.skull_2",
|
|
fireplace: "voxygen.element.misc_bg.fireplace",
|
|
|
|
// Crosshair
|
|
crosshair_inner: "voxygen.element.misc_bg.crosshair_inner",
|
|
|
|
crosshair_outer_round: "voxygen.element.misc_bg.crosshair_outer_1",
|
|
crosshair_outer_round_edges: "voxygen.element.misc_bg.crosshair_outer_2",
|
|
crosshair_outer_edges: "voxygen.element.misc_bg.crosshair_outer_3",
|
|
|
|
crosshair_bg: "voxygen.element.misc_bg.crosshair_bg",
|
|
crosshair_bg_hover: "voxygen.element.misc_bg.crosshair_bg_hover",
|
|
crosshair_bg_press: "voxygen.element.misc_bg.crosshair_bg_press",
|
|
crosshair_bg_pressed: "voxygen.element.misc_bg.crosshair_bg_pressed",
|
|
|
|
// Map
|
|
map_bg: "voxygen.element.misc_bg.map_bg",
|
|
map_frame: "voxygen.element.misc_bg.map_frame",
|
|
map_frame_art: "voxygen.element.misc_bg.map_frame_art",
|
|
indicator_mmap: "voxygen.element.buttons.indicator_mmap",
|
|
indicator_map_overlay: "voxygen.element.buttons.indicator_mmap_small",
|
|
indicator_group: "voxygen.element.map.group_indicator",
|
|
indicator_group_hover: "voxygen.element.map.group_indicator_hover",
|
|
indicator_group_up: "voxygen.element.map.group_indicator_arrow_up",
|
|
indicator_group_down: "voxygen.element.map.group_indicator_arrow_down",
|
|
|
|
// MiniMap
|
|
mmap_frame: "voxygen.element.frames.mmap",
|
|
mmap_frame_2: "voxygen.element.frames.mmap_frame",
|
|
mmap_frame_closed: "voxygen.element.frames.mmap_closed",
|
|
mmap_closed: "voxygen.element.buttons.button_mmap_closed",
|
|
mmap_closed_hover: "voxygen.element.buttons.button_mmap_closed_hover",
|
|
mmap_closed_press: "voxygen.element.buttons.button_mmap_closed_press",
|
|
mmap_open: "voxygen.element.buttons.button_mmap_open",
|
|
mmap_open_hover: "voxygen.element.buttons.button_mmap_open_hover",
|
|
mmap_open_press: "voxygen.element.buttons.button_mmap_open_press",
|
|
mmap_plus: "voxygen.element.buttons.min_plus.mmap_button-plus",
|
|
mmap_plus_hover: "voxygen.element.buttons.min_plus.mmap_button-plus_hover",
|
|
mmap_plus_press: "voxygen.element.buttons.min_plus.mmap_button-plus_press",
|
|
mmap_minus: "voxygen.element.buttons.min_plus.mmap_button-min",
|
|
mmap_minus_hover: "voxygen.element.buttons.min_plus.mmap_button-min_hover",
|
|
mmap_minus_press: "voxygen.element.buttons.min_plus.mmap_button-min_press",
|
|
map_dif_1: "voxygen.element.map.dif_1",
|
|
map_dif_2: "voxygen.element.map.dif_2",
|
|
map_dif_3: "voxygen.element.map.dif_3",
|
|
map_dif_4: "voxygen.element.map.dif_4",
|
|
map_dif_5: "voxygen.element.map.dif_5",
|
|
map_dif_6: "voxygen.element.map.dif_6",
|
|
mmap_site_town: "voxygen.element.map.town",
|
|
mmap_site_town_hover: "voxygen.element.map.town_hover",
|
|
mmap_site_town_bg: "voxygen.element.map.town_bg",
|
|
mmap_site_dungeon: "voxygen.element.map.dungeon",
|
|
mmap_site_dungeon_hover: "voxygen.element.map.dungeon_hover",
|
|
mmap_site_dungeon_bg: "voxygen.element.map.dungeon_bg",
|
|
mmap_site_castle: "voxygen.element.map.castle",
|
|
mmap_site_castle_hover: "voxygen.element.map.castle_hover",
|
|
mmap_site_castle_bg: "voxygen.element.map.castle_bg",
|
|
mmap_site_cave_bg: "voxygen.element.map.cave_bg",
|
|
mmap_site_cave_hover: "voxygen.element.map.cave_hover",
|
|
mmap_site_cave: "voxygen.element.map.cave",
|
|
|
|
// Window Parts
|
|
window_3: "voxygen.element.frames.window_3",
|
|
esc_frame: "voxygen.element.frames.esc_menu",
|
|
// Settings
|
|
settings_bg: "voxygen.element.misc_bg.settings_bg",
|
|
settings_frame: "voxygen.element.misc_bg.settings_frame",
|
|
|
|
// Close-Button
|
|
close_btn: "voxygen.element.buttons.close_btn",
|
|
close_btn_hover: "voxygen.element.buttons.close_btn_hover",
|
|
close_btn_press: "voxygen.element.buttons.close_btn_press",
|
|
close_button: "voxygen.element.buttons.close_btn",
|
|
close_button_hover: "voxygen.element.buttons.close_btn_hover",
|
|
close_button_press: "voxygen.element.buttons.close_btn_press",
|
|
|
|
// Inventory
|
|
coin_ico: "voxygen.element.icons.coin",
|
|
inv_bg_armor: "voxygen.element.misc_bg.inv_bg_0",
|
|
inv_bg_stats: "voxygen.element.misc_bg.inv_bg_1",
|
|
inv_frame: "voxygen.element.misc_bg.inv_frame",
|
|
char_art: "voxygen.element.icons.character",
|
|
inv_slot: "voxygen.element.buttons.inv_slot",
|
|
inv_slot_grey: "voxygen.element.buttons.inv_slot_grey",
|
|
inv_slot_green: "voxygen.element.buttons.inv_slot_green",
|
|
inv_slot_blue: "voxygen.element.buttons.inv_slot_blue",
|
|
inv_slot_purple: "voxygen.element.buttons.inv_slot_purple",
|
|
inv_slot_gold: "voxygen.element.buttons.inv_slot_gold",
|
|
inv_slot_orange: "voxygen.element.buttons.inv_slot_orange",
|
|
inv_slot_red: "voxygen.element.buttons.inv_slot_red",
|
|
inv_slot_sel: "voxygen.element.buttons.inv_slot_sel",
|
|
scrollbar_bg: "voxygen.element.slider.scrollbar",
|
|
inv_tab_active: "voxygen.element.buttons.inv_tab_active",
|
|
inv_tab_inactive: "voxygen.element.buttons.inv_tab_inactive",
|
|
inv_tab_inactive_hover: "voxygen.element.buttons.inv_tab_inactive",
|
|
inv_tab_inactive_press: "voxygen.element.buttons.inv_tab_inactive",
|
|
inv_slots: "voxygen.element.misc_bg.inv_slots",
|
|
inv_runes: "voxygen.element.misc_bg.inv_runes",
|
|
armor_slot: "voxygen.element.buttons.armor_slot",
|
|
armor_slot_sel: "voxygen.element.buttons.armor_slot_selected",
|
|
armor_slot_empty: "voxygen.element.buttons.armor_slot_empty",
|
|
head_bg: "voxygen.element.icons.head",
|
|
shoulders_bg: "voxygen.element.icons.shoulders",
|
|
hands_bg: "voxygen.element.icons.hands",
|
|
belt_bg: "voxygen.element.icons.belt",
|
|
legs_bg: "voxygen.element.icons.legs",
|
|
feet_bg: "voxygen.element.icons.feet",
|
|
ring_bg: "voxygen.element.icons.ring",
|
|
tabard_bg: "voxygen.element.icons.tabard",
|
|
glider_bg: "voxygen.element.icons.glider",
|
|
chest_bg: "voxygen.element.icons.chest",
|
|
back_bg: "voxygen.element.icons.back",
|
|
lantern_bg: "voxygen.element.icons.lantern",
|
|
necklace_bg: "voxygen.element.icons.necklace",
|
|
mainhand_bg: "voxygen.element.icons.mainhand",
|
|
offhand_bg: "voxygen.element.icons.offhand",
|
|
willpower_ico: "voxygen.element.icons.willpower",
|
|
endurance_ico: "voxygen.element.icons.endurance",
|
|
fitness_ico: "voxygen.element.icons.fitness",
|
|
protection_ico: "voxygen.element.icons.protection",
|
|
|
|
not_found: "voxygen.element.not_found",
|
|
|
|
help: "voxygen.element.help",
|
|
|
|
death_bg: "voxygen.background.death",
|
|
hurt_bg: "voxygen.background.hurt",
|
|
|
|
banner_top: "voxygen.element.frames.banner_top",
|
|
|
|
// Icons
|
|
fire_spell_1: "voxygen.element.icons.fire_spell_0",
|
|
snake_arrow_0: "voxygen.element.icons.snake",
|
|
heal_0: "voxygen.element.icons.heal_0",
|
|
sword_whirlwind: "voxygen.element.icons.sword_whirlwind",
|
|
heal_bomb: "voxygen.element.icons.heal_bomb",
|
|
hammerleap: "voxygen.element.icons.skill_hammerleap",
|
|
skill_axe_leap_slash: "voxygen.element.icons.skill_axe_leap_slash",
|
|
skill_bow_jump_burst: "voxygen.element.icons.skill_bow_jump_burst",
|
|
missing_icon: "voxygen.element.icons.missing_icon_grey",
|
|
|
|
// Buttons
|
|
button: "voxygen.element.buttons.button",
|
|
button_hover: "voxygen.element.buttons.button_hover",
|
|
button_press: "voxygen.element.buttons.button_press",
|
|
|
|
// Enemy Healthbar
|
|
enemy_health: "voxygen.element.frames.enemybar",
|
|
enemy_health_bg: "voxygen.element.frames.enemybar_bg",
|
|
// Enemy Bar Content:
|
|
enemy_bar: "voxygen.element.skillbar.enemy_bar_content",
|
|
// Bag
|
|
bag: "voxygen.element.buttons.bag.closed",
|
|
bag_hover: "voxygen.element.buttons.bag.closed_hover",
|
|
bag_press: "voxygen.element.buttons.bag.closed_press",
|
|
bag_open: "voxygen.element.buttons.bag.open",
|
|
bag_open_hover: "voxygen.element.buttons.bag.open_hover",
|
|
bag_open_press: "voxygen.element.buttons.bag.open_press",
|
|
|
|
map_icon: "voxygen.element.icons.map",
|
|
|
|
grid_button: "voxygen.element.buttons.border",
|
|
grid_button_hover: "voxygen.element.buttons.border_mo",
|
|
grid_button_press: "voxygen.element.buttons.border_press",
|
|
grid_button_open: "voxygen.element.buttons.border_pressed",
|
|
|
|
// Char Window
|
|
progress_frame: "voxygen.element.frames.progress_bar",
|
|
progress: "voxygen.element.misc_bg.progress",
|
|
|
|
// Speech bubbles
|
|
speech_bubble_top_left: "voxygen.element.frames.bubble.top_left",
|
|
speech_bubble_top: "voxygen.element.frames.bubble.top",
|
|
speech_bubble_top_right: "voxygen.element.frames.bubble.top_right",
|
|
speech_bubble_left: "voxygen.element.frames.bubble.left",
|
|
speech_bubble_mid: "voxygen.element.frames.bubble.mid",
|
|
speech_bubble_right: "voxygen.element.frames.bubble.right",
|
|
speech_bubble_bottom_left: "voxygen.element.frames.bubble.bottom_left",
|
|
speech_bubble_bottom: "voxygen.element.frames.bubble.bottom",
|
|
speech_bubble_bottom_right: "voxygen.element.frames.bubble.bottom_right",
|
|
speech_bubble_tail: "voxygen.element.frames.bubble.tail",
|
|
speech_bubble_icon_frame: "voxygen.element.frames.bubble_dark.icon_frame",
|
|
|
|
dark_bubble_top_left: "voxygen.element.frames.bubble_dark.top_left",
|
|
dark_bubble_top: "voxygen.element.frames.bubble_dark.top",
|
|
dark_bubble_top_right: "voxygen.element.frames.bubble_dark.top_right",
|
|
dark_bubble_left: "voxygen.element.frames.bubble_dark.left",
|
|
dark_bubble_mid: "voxygen.element.frames.bubble_dark.mid",
|
|
dark_bubble_right: "voxygen.element.frames.bubble_dark.right",
|
|
dark_bubble_bottom_left: "voxygen.element.frames.bubble_dark.bottom_left",
|
|
dark_bubble_bottom: "voxygen.element.frames.bubble_dark.bottom",
|
|
dark_bubble_bottom_right: "voxygen.element.frames.bubble_dark.bottom_right",
|
|
dark_bubble_tail: "voxygen.element.frames.bubble_dark.tail",
|
|
dark_bubble_icon_frame: "voxygen.element.frames.bubble_dark.icon_frame",
|
|
|
|
|
|
// Chat icons
|
|
chat_faction_small: "voxygen.element.icons.chat.faction_small",
|
|
chat_group_small: "voxygen.element.icons.chat.group_small",
|
|
chat_kill_small: "voxygen.element.icons.chat.kill_small",
|
|
chat_region_small: "voxygen.element.icons.chat.region_small",
|
|
chat_say_small: "voxygen.element.icons.chat.say_small",
|
|
chat_tell_small: "voxygen.element.icons.chat.tell_small",
|
|
chat_world_small: "voxygen.element.icons.chat.world_small",
|
|
chat_command_error_small: "voxygen.element.icons.chat.command_error_small",
|
|
chat_command_info_small: "voxygen.element.icons.chat.command_info_small",
|
|
chat_online_small: "voxygen.element.icons.chat.online_small",
|
|
chat_offline_small: "voxygen.element.icons.chat.offline_small",
|
|
chat_loot_small: "voxygen.element.icons.chat.loot_small",
|
|
|
|
chat_faction: "voxygen.element.icons.chat.faction",
|
|
chat_group: "voxygen.element.icons.chat.group",
|
|
chat_region: "voxygen.element.icons.chat.region",
|
|
chat_say: "voxygen.element.icons.chat.say",
|
|
chat_tell: "voxygen.element.icons.chat.tell",
|
|
chat_world: "voxygen.element.icons.chat.world",
|
|
|
|
// Buffs
|
|
buff_plus_0: "voxygen.element.icons.de_buffs.buff_plus_0",
|
|
buff_saturation_0: "voxygen.element.icons.de_buffs.buff_saturation_0",
|
|
buff_potion_0: "voxygen.element.icons.de_buffs.buff_potion_0",
|
|
buff_campfire_heal_0: "voxygen.element.icons.de_buffs.buff_campfire_heal_0",
|
|
|
|
// Debuffs
|
|
debuff_skull_0: "voxygen.element.icons.de_buffs.debuff_skull_0",
|
|
debuff_bleed_0: "voxygen.element.icons.de_buffs.debuff_bleed_0",
|
|
|
|
// Animation Frames
|
|
// Buff Frame
|
|
buff_0: "voxygen.element.animation.buff_frame.1",
|
|
buff_1: "voxygen.element.animation.buff_frame.2",
|
|
buff_2: "voxygen.element.animation.buff_frame.3",
|
|
buff_3: "voxygen.element.animation.buff_frame.4",
|
|
buff_4: "voxygen.element.animation.buff_frame.5",
|
|
buff_5: "voxygen.element.animation.buff_frame.6",
|
|
buff_6: "voxygen.element.animation.buff_frame.7",
|
|
buff_7: "voxygen.element.animation.buff_frame.8",
|
|
|
|
<BlankGraphic>
|
|
nothing: (),
|
|
}
|
|
}
|