Created
May 2, 2019 16:48
-
-
Save AngelOnFira/120c74489a4e991e4700a638ad793e21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| assets/voxygen | |
| assets/voxygen/.gitignore | |
| Cargo.lock | |
| Cargo.toml | |
| chat-cli/Cargo.toml | |
| chat-cli/.gitignore | |
| chat-cli/src/main.rs | |
| client/Cargo.toml | |
| client/.gitignore | |
| client/src/error.rs | |
| client/src/input.rs | |
| client/src/lib.rs | |
| common/Cargo.toml | |
| common/.gitignore | |
| common/src/assets/mod.rs | |
| common/src/clock.rs | |
| common/src/comp/agent.rs | |
| common/src/comp/character.rs | |
| common/src/comp/mod.rs | |
| common/src/comp/phys.rs | |
| common/src/comp/player.rs | |
| common/src/comp/uid.rs | |
| common/src/comp/util.rs | |
| common/src/figure/cell.rs | |
| common/src/figure/mod.rs | |
| common/src/lib.rs | |
| common/src/msg/client.rs | |
| common/src/msg/ecs_packet.rs | |
| common/src/msg/mod.rs | |
| common/src/msg/server.rs | |
| common/src/net/data.rs | |
| common/src/net/error.rs | |
| common/src/net/mod.rs | |
| common/src/net/post2.rs | |
| common/src/net/postbox.rs | |
| common/src/net/postoffice.rs | |
| common/src/net/post.rs | |
| common/src/net/test.rs | |
| common/src/ray.rs | |
| common/src/state.rs | |
| common/src/sys/agent.rs | |
| common/src/sys/control.rs | |
| common/src/sys/mod.rs | |
| common/src/sys/phys.rs | |
| common/src/terrain/biome.rs | |
| common/src/terrain/block.rs | |
| common/src/terrain/mod.rs | |
| common/src/util/mod.rs | |
| common/src/util/worker_pool.rs | |
| common/src/vol.rs | |
| common/src/volumes/chunk.rs | |
| common/src/volumes/dyna.rs | |
| common/src/volumes/mod.rs | |
| common/src/volumes/vol_map.rs | |
| .gitignore | |
| .gitlab-ci.yml | |
| .gitmodules | |
| LICENSE | |
| README.md | |
| server/Cargo.toml | |
| server-cli/Cargo.toml | |
| server-cli/.gitignore | |
| server-cli/src/main.rs | |
| server/.gitignore | |
| server/src/client.rs | |
| server/src/cmd.rs | |
| server/src/error.rs | |
| server/src/input.rs | |
| server/src/lib.rs | |
| UI3.rar | |
| UI.rar | |
| voxygen/Cargo.toml | |
| voxygen/.gitignore | |
| voxygen/Settings.toml | |
| voxygen/shaders/character.frag | |
| voxygen/shaders/character.frag voxygen/shaders/figure.frag | |
| voxygen/shaders/character.vert | |
| voxygen/shaders/character.vert voxygen/shaders/figure.vert | |
| voxygen/shaders/figure.frag | |
| voxygen/shaders/figure.vert | |
| voxygen/shaders/skybox.frag | |
| voxygen/shaders/skybox.vert | |
| voxygen/shaders/terrain.frag | |
| voxygen/shaders/terrain.vert | |
| voxygen/shaders/test/shader.frag | |
| voxygen/shaders/test/shader.vert | |
| voxygen/shaders/ui.frag | |
| voxygen/shaders/ui.vert | |
| voxygen/src/anim/character/idle.rs | |
| voxygen/src/anim/character/mod.rs | |
| voxygen/src/anim/character/run.rs | |
| voxygen/src/anim/mod.rs | |
| voxygen/src/consts.rs | |
| voxygen/src/error.rs | |
| voxygen/src/global_consts.rs | |
| voxygen/src/hud/chat.rs | |
| voxygen/src/hud/mod.rs | |
| voxygen/src/key_state.rs | |
| voxygen/src/main.rs | |
| voxygen/src/menu/char_selection/mod.rs | |
| voxygen/src/menu/char_selection/ui.rs | |
| voxygen/src/menu/main/client_init.rs | |
| voxygen/src/menu/main/mod.rs | |
| voxygen/src/menu/main/singleplayer.rs | |
| voxygen/src/menu/main/singleplayer.rs voxygen/src/singleplayer.rs | |
| voxygen/src/menu/main/start_singleplayer.rs | |
| voxygen/src/menu/main/ui.rs | |
| voxygen/src/menu/mod.rs | |
| voxygen/src/menu/test_hud.rs | |
| voxygen/src/menu/title/mod.rs | |
| voxygen/src/menu/title.rs | |
| voxygen/src/menu/title.rs voxygen/src/menu/title/mod.rs | |
| voxygen/src/menu/title_ui.rs | |
| voxygen/src/menu/title/ui.rs | |
| voxygen/src/menu/title_ui.rs voxygen/src/menu/title/ui.rs | |
| voxygen/src/mesh/ao.rs | |
| voxygen/src/mesh/ao.rs voxygen/src/mesh/vol.rs | |
| voxygen/src/mesh/mod.rs | |
| voxygen/src/mesh/segment.rs | |
| voxygen/src/mesh/terrain.rs | |
| voxygen/src/mesh/vol.rs | |
| voxygen/src/render/consts.rs | |
| voxygen/src/render_ctx.rs | |
| voxygen/src/render/mesh.rs | |
| voxygen/src/render/model.rs | |
| voxygen/src/render/mod.rs | |
| voxygen/src/render/pipelines/character.rs | |
| voxygen/src/render/pipelines/figure.rs | |
| voxygen/src/render/pipelines/mod.rs | |
| voxygen/src/render/pipelines/skybox.rs | |
| voxygen/src/render/pipelines/terrain.rs | |
| voxygen/src/render/pipelines/ui.rs | |
| voxygen/src/render/renderer.rs | |
| voxygen/src/render/shader_set.rs | |
| voxygen/src/render/texture.rs | |
| voxygen/src/render/util.rs | |
| voxygen/src/scene/camera.rs | |
| voxygen/src/scene/figure.rs | |
| voxygen/src/scene/mod.rs | |
| voxygen/src/scene/terrain.rs | |
| voxygen/src/session.rs | |
| voxygen/src/settings.rs | |
| voxygen/src/singleplayer.rs | |
| voxygen/src/ui/element/image.rs | |
| voxygen/src/ui/element/mod.rs | |
| voxygen/src/ui/graphic/graphic.rs | |
| voxygen/src/ui/graphic/mod.rs | |
| voxygen/src/ui/graphic/renderer.rs | |
| voxygen/src/ui/graphic.rs | |
| voxygen/src/ui/graphic.rs voxygen/src/ui/graphic/graphic.rs | |
| voxygen/src/ui/mod.rs | |
| voxygen/src/ui/size_request.rs | |
| voxygen/src/ui/span.rs | |
| voxygen/src/ui/test.rs | |
| voxygen/src/ui/test.rs voxygen/src/menu/test_hud.rs | |
| voxygen/src/ui/title.rs | |
| voxygen/src/ui/title.rs voxygen/src/menu/title_ui.rs | |
| voxygen/src/ui/util.rs | |
| voxygen/src/ui/veuc.rs | |
| voxygen/src/ui/veuc.rs voxygen/src/ui/graphic/renderer.rs | |
| voxygen/src/ui/widgets/mod.rs | |
| voxygen/src/ui/widgets/toggle_button.rs | |
| voxygen/src/window.rs | |
| voxygen/test_assets/belt.vox | |
| voxygen/test_assets/body.vox | |
| voxygen/test_assets/chest.vox | |
| voxygen/test_assets/dragon_body.vox | |
| voxygen/test_assets/dragonhead.vox | |
| voxygen/test_assets/dragon_lfoot.vox | |
| voxygen/test_assets/dragon_rfoot.vox | |
| voxygen/test_assets/dragon_tail.vox | |
| voxygen/test_assets/dragon_wingL_in.vox | |
| voxygen/test_assets/dragon_wingL_out.vox | |
| voxygen/test_assets/dragon_wingR_in.vox | |
| voxygen/test_assets/dragon_wingR_out.vox | |
| voxygen/test_assets/elf/belt.vox | |
| voxygen/test_assets/elf/chest.vox | |
| voxygen/test_assets/elf/foot.vox | |
| voxygen/test_assets/elf/hand.vox | |
| voxygen/test_assets/elf/head.vox | |
| voxygen/test_assets/elf/pants.vox | |
| voxygen/test_assets/elf/sword.vox | |
| voxygen/test_assets/font/LICENSE.txt | |
| voxygen/test_assets/font/Metamorphous-Regular.ttf | |
| voxygen/test_assets/font/OFL.txt | |
| voxygen/test_assets/font/OpenSans-Regular.ttf | |
| voxygen/test_assets/font/Whitney-Book.ttf | |
| voxygen/test_assets/foot_BL.vox | |
| voxygen/test_assets/foot_BR.vox | |
| voxygen/test_assets/foot_FL.vox | |
| voxygen/test_assets/foot_FR.vox | |
| voxygen/test_assets/foot.vox | |
| voxygen/test_assets/hand.vox | |
| voxygen/test_assets/head.vox | |
| voxygen/test_assets/hud/bag/bg.png | |
| voxygen/test_assets/hud/bag/bg.png voxygen/test_assets/ui/hud/bag/bg.png | |
| voxygen/test_assets/hud/bag/grid/Back.png | |
| voxygen/test_assets/hud/bag/grid/Back.png voxygen/test_assets/ui/hud/bag/grid/Back.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid_Border_MO.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid_Border_MO.png voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_MO.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid_Border.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid_Border.png voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid_Border_Pushed.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid_Border_Pushed.png voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_Pushed.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid.png | |
| voxygen/test_assets/hud/bag/grid/Bag_Grid.png voxygen/test_assets/ui/hud/bag/grid/Bag_Grid.png | |
| voxygen/test_assets/hud/bag/icon/0_bag.png | |
| voxygen/test_assets/hud/bag/icon/1_bag_hover.png | |
| voxygen/test_assets/hud/bag/icon/2_bag_press.png | |
| voxygen/test_assets/hud/bag/icon/2_bag_press.png voxygen/test_assets/ui/hud/bag/icon/2_bag_press.png | |
| voxygen/test_assets/hud/bag/icon/3_bag_open.png | |
| voxygen/test_assets/hud/bag/icon/4_bag_open_hover.png | |
| voxygen/test_assets/hud/bag/icon/5_bag_open_press.png | |
| voxygen/test_assets/hud/menu/main/menu_bottom.png voxygen/test_assets/ui/hud/menu/main/menu_bottom.png | |
| voxygen/test_assets/hud/menu/main/menu_button.png voxygen/test_assets/ui/hud/menu/main/menu_button.png | |
| voxygen/test_assets/hud/menu/main/menu_mid.png voxygen/test_assets/ui/hud/menu/main/menu_mid.png | |
| voxygen/test_assets/hud/menu/main/menu_top.png voxygen/test_assets/ui/hud/menu/main/menu_top.png | |
| voxygen/test_assets/hud/x/0_x.png | |
| voxygen/test_assets/hud/x/0_x.png voxygen/test_assets/ui/hud/x/0_x.png | |
| voxygen/test_assets/hud/x/1_x_hover.png | |
| voxygen/test_assets/hud/x/1_x_hover.png voxygen/test_assets/ui/hud/x/1_x_hover.png | |
| voxygen/test_assets/hud/x/2_x_press.png | |
| voxygen/test_assets/hud/x/2_x_press.png voxygen/test_assets/ui/hud/x/2_x_press.png | |
| voxygen/test_assets/knight.vox | |
| voxygen/test_assets/lionhead.vox | |
| voxygen/test_assets/pants.vox | |
| voxygen/test_assets/sabremale.vox | |
| voxygen/test_assets/sword.vox | |
| voxygen/test_assets/test_bag_contents.png | |
| voxygen/test_assets/test_bag_hover.png | |
| voxygen/test_assets/test_bag.png | |
| voxygen/test_assets/test_bag_press.png | |
| voxygen/test_assets/test_close_btn_hover.png | |
| voxygen/test_assets/test_close_btn.png | |
| voxygen/test_assets/test_close_btn_press.png | |
| voxygen/test_assets/test_menu_bottom.png | |
| voxygen/test_assets/test_menu_bottom.png voxygen/test_assets/hud/menu/main/menu_bottom.png | |
| voxygen/test_assets/test_menu_button_blank.png | |
| voxygen/test_assets/test_menu_button_blank.png voxygen/test_assets/hud/menu/main/menu_button.png | |
| voxygen/test_assets/test_menu_midsection.png | |
| voxygen/test_assets/test_menu_midsection.png voxygen/test_assets/hud/menu/main/menu_mid.png | |
| voxygen/test_assets/test_menu_top.png | |
| voxygen/test_assets/test_menu_top.png voxygen/test_assets/hud/menu/main/menu_top.png | |
| voxygen/test_assets/test.png | |
| voxygen/test_assets/test.png voxygen/test_assets/ui/title/test.png | |
| voxygen/test_assets/ui/char_selection/bg_creation.png | |
| voxygen/test_assets/ui/char_selection/bg.png | |
| voxygen/test_assets/ui/char_selection/bg_selection.png | |
| voxygen/test_assets/ui/char_selection/buttons/border_mo.png | |
| voxygen/test_assets/ui/char_selection/buttons/border.png | |
| voxygen/test_assets/ui/char_selection/buttons/border_pressed.png | |
| voxygen/test_assets/ui/char_selection/buttons/border_press.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_dark_hover.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_dark.png | |
| voxygen/test_assets/ui/char_selection/buttons/Button_dark_press.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_dark_red_hover.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_dark_red.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_dark_red_press.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_hover.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_login_hover.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_login.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_login_press.png | |
| voxygen/test_assets/ui/char_selection/buttons/button.png | |
| voxygen/test_assets/ui/char_selection/buttons/button_press.png | |
| voxygen/test_assets/ui/char_selection/buttons/desktop.ini | |
| voxygen/test_assets/ui/char_selection/color_picker_blank.png | |
| voxygen/test_assets/ui/char_selection/creation_window_body.png | |
| voxygen/test_assets/ui/char_selection/creation_window.png | |
| voxygen/test_assets/ui/char_selection/desc_bg.png | |
| voxygen/test_assets/ui/char_selection/frame_closed_button.png | |
| voxygen/test_assets/ui/char_selection/frame_closed_mo_button.png | |
| voxygen/test_assets/ui/char_selection/frame_closed_press_button.png | |
| voxygen/test_assets/ui/char_selection/frame_open_button.png | |
| voxygen/test_assets/ui/char_selection/frame_open_mo_button.png | |
| voxygen/test_assets/ui/char_selection/frame_open_press_button.png | |
| voxygen/test_assets/ui/char_selection/frame_skin_eyes.png | |
| voxygen/test_assets/ui/char_selection/gender_bg.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_left_grey.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_left_mo.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_left.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_left_press.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_right_grey.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_right_mo.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_right.png | |
| voxygen/test_assets/ui/char_selection/icons/arrow_right_press.png | |
| voxygen/test_assets/ui/char_selection/icons/axe_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/bow_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/daggers_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/danari_f.png | |
| voxygen/test_assets/ui/char_selection/icons/danari_m.png | |
| voxygen/test_assets/ui/char_selection/icons/dwarf_f.png | |
| voxygen/test_assets/ui/char_selection/icons/dwarf_m.png | |
| voxygen/test_assets/ui/char_selection/icons/elf_f.png | |
| voxygen/test_assets/ui/char_selection/icons/elf_m.png | |
| voxygen/test_assets/ui/char_selection/icons/female.png | |
| voxygen/test_assets/ui/char_selection/icons/hammer_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/human_f.png | |
| voxygen/test_assets/ui/char_selection/icons/human_m.png | |
| voxygen/test_assets/ui/char_selection/icons/male.png | |
| voxygen/test_assets/ui/char_selection/icons/missing_icon_grey.png | |
| voxygen/test_assets/ui/char_selection/icons/missing_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/orc_f.png | |
| voxygen/test_assets/ui/char_selection/icons/orc_m.png | |
| voxygen/test_assets/ui/char_selection/icons/staff_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/sword_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/swordshield_icon.png | |
| voxygen/test_assets/ui/char_selection/icons/ud_f.png | |
| voxygen/test_assets/ui/char_selection/icons/ud_m.png | |
| voxygen/test_assets/ui/char_selection/input_bg.png | |
| voxygen/test_assets/ui/char_selection/missing_icon.png | |
| voxygen/test_assets/ui/char_selection/races_bg.png | |
| voxygen/test_assets/ui/char_selection/selection_frame.png | |
| voxygen/test_assets/ui/char_selection/slider_indicator.png | |
| voxygen/test_assets/ui/char_selection/slider_range.png | |
| voxygen/test_assets/ui/char_selection/splash.png | |
| voxygen/test_assets/ui/char_selection/test_char_l_big.png | |
| voxygen/test_assets/ui/char_selection/test_char_l.png | |
| voxygen/test_assets/ui/char_selection/text/a01.png | |
| voxygen/test_assets/ui/char_selection/text/a01.png voxygen/test_assets/ui/char_selection/toremove/a01.png | |
| voxygen/test_assets/ui/char_selection/text/login.png | |
| voxygen/test_assets/ui/char_selection/text/login.png voxygen/test_assets/ui/char_selection/toremove/login.png | |
| voxygen/test_assets/ui/char_selection/text/quit.png | |
| voxygen/test_assets/ui/char_selection/text/quit.png voxygen/test_assets/ui/char_selection/toremove/quit.png | |
| voxygen/test_assets/ui/char_selection/text/server_address.png | |
| voxygen/test_assets/ui/char_selection/text/server_address.png voxygen/test_assets/ui/char_selection/toremove/server_address.png | |
| voxygen/test_assets/ui/char_selection/text/servers.png | |
| voxygen/test_assets/ui/char_selection/text/servers.png voxygen/test_assets/ui/char_selection/toremove/servers.png | |
| voxygen/test_assets/ui/char_selection/text/settings.png | |
| voxygen/test_assets/ui/char_selection/text/settings.png voxygen/test_assets/ui/char_selection/toremove/settings.png | |
| voxygen/test_assets/ui/char_selection/text/singleplayer.png | |
| voxygen/test_assets/ui/char_selection/text/singleplayer.png voxygen/test_assets/ui/char_selection/toremove/singleplayer.png | |
| voxygen/test_assets/ui/char_selection/text/username.png | |
| voxygen/test_assets/ui/char_selection/text/username.png voxygen/test_assets/ui/char_selection/toremove/username.png | |
| voxygen/test_assets/ui/char_selection/text/White/login.png | |
| voxygen/test_assets/ui/char_selection/text/White/login.png voxygen/test_assets/ui/char_selection/toremove/White/login.png | |
| voxygen/test_assets/ui/char_selection/text/White/quit.png | |
| voxygen/test_assets/ui/char_selection/text/White/quit.png voxygen/test_assets/ui/char_selection/toremove/White/quit.png | |
| voxygen/test_assets/ui/char_selection/text/White/server_address.png | |
| voxygen/test_assets/ui/char_selection/text/White/server_address.png voxygen/test_assets/ui/char_selection/toremove/White/server_address.png | |
| voxygen/test_assets/ui/char_selection/text/White/servers.png | |
| voxygen/test_assets/ui/char_selection/text/White/servers.png voxygen/test_assets/ui/char_selection/toremove/White/servers.png | |
| voxygen/test_assets/ui/char_selection/text/White/settings.png | |
| voxygen/test_assets/ui/char_selection/text/White/settings.png voxygen/test_assets/ui/char_selection/toremove/White/settings.png | |
| voxygen/test_assets/ui/char_selection/text/White/username.png | |
| voxygen/test_assets/ui/char_selection/text/White/username.png voxygen/test_assets/ui/char_selection/toremove/White/username.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/a01.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/a01.png voxygen/test_assets/ui/char_selection/toremove/Yellow/a01.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/login.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/login.png voxygen/test_assets/ui/char_selection/toremove/Yellow/login.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/quit.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/quit.png voxygen/test_assets/ui/char_selection/toremove/Yellow/quit.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/server_address.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/server_address.png voxygen/test_assets/ui/char_selection/toremove/Yellow/server_address.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/servers.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/servers.png voxygen/test_assets/ui/char_selection/toremove/Yellow/servers.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/settings.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/settings.png voxygen/test_assets/ui/char_selection/toremove/Yellow/settings.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/username.png | |
| voxygen/test_assets/ui/char_selection/text/Yellow/username.png voxygen/test_assets/ui/char_selection/toremove/Yellow/username.png | |
| voxygen/test_assets/ui/char_selection/toremove/a01.png | |
| voxygen/test_assets/ui/char_selection/toremove/login.png | |
| voxygen/test_assets/ui/char_selection/toremove/quit.png | |
| voxygen/test_assets/ui/char_selection/toremove/server_address.png | |
| voxygen/test_assets/ui/char_selection/toremove/servers.png | |
| voxygen/test_assets/ui/char_selection/toremove/settings.png | |
| voxygen/test_assets/ui/char_selection/toremove/singleplayer.png | |
| voxygen/test_assets/ui/char_selection/toremove/username.png | |
| voxygen/test_assets/ui/char_selection/toremove/White/login.png | |
| voxygen/test_assets/ui/char_selection/toremove/White/quit.png | |
| voxygen/test_assets/ui/char_selection/toremove/White/server_address.png | |
| voxygen/test_assets/ui/char_selection/toremove/White/servers.png | |
| voxygen/test_assets/ui/char_selection/toremove/White/settings.png | |
| voxygen/test_assets/ui/char_selection/toremove/White/username.png | |
| voxygen/test_assets/ui/char_selection/toremove/Yellow/a01.png | |
| voxygen/test_assets/ui/char_selection/toremove/Yellow/login.png | |
| voxygen/test_assets/ui/char_selection/toremove/Yellow/quit.png | |
| voxygen/test_assets/ui/char_selection/toremove/Yellow/server_address.png | |
| voxygen/test_assets/ui/char_selection/toremove/Yellow/servers.png | |
| voxygen/test_assets/ui/char_selection/toremove/Yellow/settings.png | |
| voxygen/test_assets/ui/char_selection/toremove/Yellow/username.png | |
| voxygen/test_assets/ui/char_selection/v_logo_a01.png | |
| voxygen/test_assets/ui/char_selection/v_logo_grey.png | |
| voxygen/test_assets/ui/char_selection/v_logo.png | |
| voxygen/test_assets/ui/char_selection/weapons_bg.png | |
| voxygen/test_assets/ui/hud/bag/bg.png | |
| voxygen/test_assets/ui/hud/bag/grid/Back.png | |
| voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_MO.png | |
| voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border.png | |
| voxygen/test_assets/ui/hud/bag/grid/Bag_Grid_Border_Pushed.png | |
| voxygen/test_assets/ui/hud/bag/grid/Bag_Grid.png | |
| voxygen/test_assets/ui/hud/bag/icon/0_bag.png | |
| voxygen/test_assets/ui/hud/bag/icon/1_bag_hover.png | |
| voxygen/test_assets/ui/hud/bag/icon/2_bag_press.png | |
| voxygen/test_assets/ui/hud/bag/icon/3_bag_open.png | |
| voxygen/test_assets/ui/hud/bag/icon/4_bag_open_hover.png | |
| voxygen/test_assets/ui/hud/bag/icon/5_bag_open_press.png | |
| voxygen/test_assets/ui/hud/belt/belt_bg_orig.png | |
| voxygen/test_assets/ui/hud/belt/belt_bg.png | |
| voxygen/test_assets/ui/hud/belt/belt_grid.png | |
| voxygen/test_assets/ui/hud/belt/belt_hover.png | |
| voxygen/test_assets/ui/hud/belt/belt_open.png | |
| voxygen/test_assets/ui/hud/belt/belt_press.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_down_mo.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_down.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_down_press.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_mo.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_tobot_press.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_up_mo.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_up.png | |
| voxygen/test_assets/ui/hud/buttons/chat_arrow_up_press.png | |
| voxygen/test_assets/ui/hud/charwindow/bg.png | |
| voxygen/test_assets/ui/hud/charwindow/icon.png | |
| voxygen/test_assets/ui/hud/map/bg.png | |
| voxygen/test_assets/ui/hud/map/icon.png | |
| voxygen/test_assets/ui/hud/map/window_frame_map.png | |
| voxygen/test_assets/ui/hud/menu/bg.png | |
| voxygen/test_assets/ui/hud/menu/button_dark_hover.png | |
| voxygen/test_assets/ui/hud/menu/button_dark.png | |
| voxygen/test_assets/ui/hud/menu/Button_dark_press.png | |
| voxygen/test_assets/ui/hud/menu/fireplace_1.png | |
| voxygen/test_assets/ui/hud/menu/main/menu_bottom.png | |
| voxygen/test_assets/ui/hud/menu/main/menu_button.png | |
| voxygen/test_assets/ui/hud/menu/main/menu_mid.png | |
| voxygen/test_assets/ui/hud/menu/main/menu_top.png | |
| voxygen/test_assets/ui/hud/mmap/grid.png | |
| voxygen/test_assets/ui/hud/mmap/hover.png | |
| voxygen/test_assets/ui/hud/mmap/mmap_bg.png | |
| voxygen/test_assets/ui/hud/mmap/mmap_frame.png | |
| voxygen/test_assets/ui/hud/mmap/mmap_icons.png | |
| voxygen/test_assets/ui/hud/mmap/open.png | |
| voxygen/test_assets/ui/hud/mmap/press.png | |
| voxygen/test_assets/ui/hud/questlog/bg.png | |
| voxygen/test_assets/ui/hud/questlog/icon.png | |
| voxygen/test_assets/ui/hud/settings/bg.png | |
| voxygen/test_assets/ui/hud/settings/button_blank.png | |
| voxygen/test_assets/ui/hud/settings/check_checked_mo.png | |
| voxygen/test_assets/ui/hud/settings/check_checked.png | |
| voxygen/test_assets/ui/hud/settings/check_mo.png | |
| voxygen/test_assets/ui/hud/settings/check.png | |
| voxygen/test_assets/ui/hud/settings/check_press.png | |
| voxygen/test_assets/ui/hud/settings/icon.png | |
| voxygen/test_assets/ui/hud/settings/mo.png | |
| voxygen/test_assets/ui/hud/settings/press.png | |
| voxygen/test_assets/ui/hud/settings/slider_indicator.png | |
| voxygen/test_assets/ui/hud/settings/slider.png | |
| voxygen/test_assets/ui/hud/skill_bar/buff_frame_bg.png | |
| voxygen/test_assets/ui/hud/skill_bar/buff_frame.png | |
| voxygen/test_assets/ui/hud/skill_bar/buff_frame_red.png | |
| voxygen/test_assets/ui/hud/skill_bar/buff_green.png | |
| voxygen/test_assets/ui/hud/skill_bar/health_bar_filled.png | |
| voxygen/test_assets/ui/hud/skill_bar/health_bar.png | |
| voxygen/test_assets/ui/hud/skill_bar/l.png | |
| voxygen/test_assets/ui/hud/skill_bar/mana_bar_full.png | |
| voxygen/test_assets/ui/hud/skill_bar/mana_bar.png | |
| voxygen/test_assets/ui/hud/skill_bar/r.png | |
| voxygen/test_assets/ui/hud/skill_bar/sbar_bg.png | |
| voxygen/test_assets/ui/hud/skill_bar/sbar_grid_bg.png | |
| voxygen/test_assets/ui/hud/skill_bar/sbar_grid.png | |
| voxygen/test_assets/ui/hud/skill_bar/xp_bar_l_filled.png | |
| voxygen/test_assets/ui/hud/skill_bar/xp_bar_l.png | |
| voxygen/test_assets/ui/hud/skill_bar/xp_bar.png | |
| voxygen/test_assets/ui/hud/skill_bar/xp_bar_r.png | |
| voxygen/test_assets/ui/hud/social/bg.png | |
| voxygen/test_assets/ui/hud/social/icon.png | |
| voxygen/test_assets/ui/hud/spellbook/bg.png | |
| voxygen/test_assets/ui/hud/spellbook/icon.png | |
| voxygen/test_assets/ui/hud/window_frame_2.png | |
| voxygen/test_assets/ui/hud/window_frame_map.png | |
| voxygen/test_assets/ui/hud/window_frame_old.png | |
| voxygen/test_assets/ui/hud/window_frame.png | |
| voxygen/test_assets/ui/hud/x/0_x.png | |
| voxygen/test_assets/ui/hud/x/1_x_hover.png | |
| voxygen/test_assets/ui/hud/x/2_x_press.png | |
| voxygen/test_assets/ui/main/bg.png | |
| voxygen/test_assets/ui/main/buttons/button_hover.png | |
| voxygen/test_assets/ui/main/buttons/button_login_hover.png | |
| voxygen/test_assets/ui/main/buttons/button_login.png | |
| voxygen/test_assets/ui/main/buttons/button_login_press.png | |
| voxygen/test_assets/ui/main/buttons/button.png | |
| voxygen/test_assets/ui/main/buttons/button_press.png | |
| voxygen/test_assets/ui/main/buttons/desktop.ini | |
| voxygen/test_assets/ui/main/input_bg.png | |
| voxygen/test_assets/ui/main/text/a01.png | |
| voxygen/test_assets/ui/main/text/login.png | |
| voxygen/test_assets/ui/main/text/quit.png | |
| voxygen/test_assets/ui/main/text/server_address.png | |
| voxygen/test_assets/ui/main/text/servers.png | |
| voxygen/test_assets/ui/main/text/settings.png | |
| voxygen/test_assets/ui/main/text/singleplayer.png | |
| voxygen/test_assets/ui/main/text/username.png | |
| voxygen/test_assets/ui/main/text/White/login.png | |
| voxygen/test_assets/ui/main/text/White/quit.png | |
| voxygen/test_assets/ui/main/text/White/server_address.png | |
| voxygen/test_assets/ui/main/text/White/servers.png | |
| voxygen/test_assets/ui/main/text/White/settings.png | |
| voxygen/test_assets/ui/main/text/White/username.png | |
| voxygen/test_assets/ui/main/text/Yellow/a01.png | |
| voxygen/test_assets/ui/main/text/Yellow/login.png | |
| voxygen/test_assets/ui/main/text/Yellow/quit.png | |
| voxygen/test_assets/ui/main/text/Yellow/server_address.png | |
| voxygen/test_assets/ui/main/text/Yellow/servers.png | |
| voxygen/test_assets/ui/main/text/Yellow/settings.png | |
| voxygen/test_assets/ui/main/text/Yellow/username.png | |
| voxygen/test_assets/ui/main/v_logo_a01.png | |
| voxygen/test_assets/ui/main/v_logo_grey.png | |
| voxygen/test_assets/ui/main/v_logo.png | |
| voxygen/test_assets/ui/title/splash.png | |
| voxygen/test_assets/ui/title/test.png | |
| voxygen/test_assets/wall.png | |
| world/Cargo.toml | |
| world/.gitignore | |
| world/src/lib.rs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment