Crate veloren_voxygen

Source

Modules§

audio
Handles audio device detection and playback of sound effects and music
cli
NOTE: Some of these arguments are used by airshipper, so those needs to be kept fairly stable (probably with some sort of migration period if we need to modify the name or semantics).
cmd
controller
Module containing controller-specific abstractions allowing complex keybindings
credits 🔒
discord
ecs 🔒
error
game_input
hud
key_state
menu
mesh
panic_handler
profile
render
run
scene
session
settings
singleplayer
ui
window

Macros§

image_ids
This macro will automatically load all specified assets, get the corresponding ImgIds and create a struct with all of them.
image_ids_ice
rotation_image_ids

Structs§

GlobalState
A type used to store state that is shared between all play states.

Enums§

Direction
PlayStateResult
States can either close (and revert to a previous state), push a new state on top of themselves, or switch to a totally different state.

Traits§

PlayState
A trait representing a playable game state. This may be a menu, a game session, the title screen, etc.