bevy-codex 0.6.2

A manager for menus and huds with the bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
categories = [
     { name = 'control settings', contents = [
        { tag = "Vertical Mouse Sensitivity", value = 20 },
        { tag = "Horizontal Mouse Sensitivity", value = 20 },
    ] },
    { name = 'hud settings', contents = [
        { tag = "Hide Hotbar When Unfocused", value = 1 },
        { tag = "Toggle Sprint", value = 0 },
    ] }
]